The document lists important questions related to Java programming and Object-Oriented Programming (OOP) concepts. It covers topics such as Java features, data types, operators, control statements, classes, objects, methods, constructors, and various programming examples. The questions are designed to test knowledge and understanding of Java programming fundamentals.
The document lists important questions related to Java programming and Object-Oriented Programming (OOP) concepts. It covers topics such as Java features, data types, operators, control statements, classes, objects, methods, constructors, and various programming examples. The questions are designed to test knowledge and understanding of Java programming fundamentals.
2. Mention all the oops concepts. 3. What is OOPS? 4. Mention 10 features of java. 5. What is class & Object in java? 6. Mention all operators of java. 7. What is variable and keywords in java? 8. Who is the father of java and in which year java was released? 9. What is Inheritance? 10. What is abstraction? 11. What is encapsulation? 12. What is polymorphism? 13. Explain main() function in java with syntax. 14. Explain print() function in java with syntax. 15. Explain local variable with program. 16. Explain instance variable with program. 17. Explain features of Java. 18. Explain compilation process of java code with diagram. 19. Explain execution process of java code with diagram. 20. Write the rules to declare variable in java. 21. Explain OOPS Concepts. 22. Explain Operators in java with example. 23. Explain data types of Java. 24. What is Ternary Operator & explain. 25. Explain if statement with example. 26. Explain if-else statement with example. 27. Explain nested if statement with example. 28. Explain else-if ladder statement with example. 29. Explain switch case with example. 30. Explain for loop with example. 31. Explain while loop with example. 32. Explain Arrays in java with example. 33. Explain Class in java. 34. Explain the creation of object in java using new operator. 35. Explain methods in java. 36. Explain Access specifier in java. 37. What is Method Overloading and explain with example. 38. Explain different ways of method overloading. 39. Explain instanceOf operator. 40. What is Constructor in java explain with example. 41. Explain types of constructor. 42. Explain constructor overloading in java with example. 43. Explain constructor-chaining in java with example. 44. Explain this reference in java. 45. Explain static members & characteristics of static keyword. 46. Explain String class & how to create String objects. 47. Explain String class methods with program. 48. Explain StringBuffer class in java. 49. Explain Character class in java. 50. Write a java program to find factorial using while loop.