The document contains 31 questions and answers about Java concepts. Some key topics covered include:
- Why pointers are eliminated in Java
- The difference between functions and methods
- Which part of the JVM allocates memory for a Java program
- The garbage collection algorithm used in Java
- How to call the garbage collector
- The difference between print() and println() methods
- What happens if the main() method is not defined correctly
- The difference between float and double data types