Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Important Question for Java
1. List out Feature of Java and Explain any three feature.
2. Explain JVM. 3. Explain Structure of Java. 4. Main Method of java. 5. What is constructor? Explain any one with Example. 6. Explain Parameterize Constructor with example 7. Explain Copy Constructor with example 8. Explain Method Overloading with example. 9. Explain Method Overloading VS Method Overriding 10. Explain Wrapper Class With example 11. Explain Garbage Collection. 12. Give the Difference between String Class and String Class Buffer 13. Explain any three methods of String Class and String Buffer Class. 14. Explain Type Casting and Type Conversion 15. Explain OOP’s Concept 16. Explain Inheritance With example 17. Explain Interface With example 18. List out System Define Package 19. Explain Life Cycle of Thread 20. Explain:- static final super this Throw, Throws 21. Explain Method Overriding with example. 22. Define Package and write a step to create Package. 23. Explain Exception Handling. 24. Explain Types of Errors in Java. 25. Write a program for generating Exception “Divided by Zero”. 26. Explain abstract keyword with example. Explain Dynamic method dispatch with example