Java Question 2022 PDF
Java Question 2022 PDF
1) Explain Object Oriented Programming and its core concepts. Write a program using multi level inheritance
concept.
2) What is Multi Threading ? Explain Thread Life Cycle. Write a suitable program implementing multithreading.
3) What is the difference among String, StringBuffer and StringBuilder ? Write a program to find sub string in a
given string.
4) Explain features of java programming language.
5) Define Exception handling keywords used in java with sutable example.
6) What are different types of polymorphism ? Write a program implementing any one type of polymorphism
7) Explain all the relational and logical operators used in java.