The document contains a comprehensive list of questions related to Java programming, covering fundamental concepts such as Java's definition, differences between JDK, JRE, and JVM, and various programming constructs like data types, classes, objects, and OOP principles. It also addresses specific features of Java, including polymorphism, inheritance, encapsulation, and memory management. Additionally, it touches on practical aspects like command line arguments, string manipulation, and loop types.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
What is Java
The document contains a comprehensive list of questions related to Java programming, covering fundamental concepts such as Java's definition, differences between JDK, JRE, and JVM, and various programming constructs like data types, classes, objects, and OOP principles. It also addresses specific features of Java, including polymorphism, inheritance, encapsulation, and memory management. Additionally, it touches on practical aspects like command line arguments, string manipulation, and loop types.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. What is Java?
2. Differences Between JDK,JRE and JVM?
3. Command to Compile Java Program 4. Command to run Java Program 5. Who introduced Java? 6. What is first name of Java? 7. What is datatypes and explain types? 8. What is String and String buffer class? 9. What is type casting and write its types? 10. What is Variable and various types ? 11. What is Constructor and types? 12. What is an object? 13. Describe a class? 14. List out oops concepts? 15. What is Polymorphism and its types? 16. What is other name of Run time polymorphism? 17. What is other name of compile time polymorphism? 18. What is inheritance? List types of it? 19. Why java does not support multiple inheritance? 20. What is an abstract class? 21. Define an Interface? 22. Difference between extends and implements keyword in java? 23. Define a. super keyword b. final keyword c. finally keyword d. this keyword 24. What is encapsulation ? 25. What is garbage collection? 26. What is final class ? 27. Write about Access modifiers in java? 28. What is default access specifier in java? 29. What is package ?List some packages in java 30. What is default package in java 31. Write syntax for Scanner class? 32. What is command line arguments? 33. Explain Integer.parseInt() 34. What is concatenation in java? 35. Differences between equals and == operator in java? 36. Write about stringbuffered methods in java 37. What is the default memory allocated for StringBuffer class? 38. Which loop is called Entry checking loop and why? 39. Which loop is called Exit checking loop and why? 40. Where we can use for each loop in java?