Java
- Discuss JVM, JRE and JDK?
- What is a Class and Object?
- What is the difference between an Interface and an Abstract class?
- What’s difference between Static and Non-Static fields of a class?
- What are inner classes and what’s the practical implementation of inner classes?
- What is a constructor in class?
- What are the different types of modifier in java, explain them?
- What is the difference between final and static?
- What are Native methods in Java?
- What is the garbage collector?
- What do you understand by “final” and “finally” keyword?
- How can you copy one array in to a different array?
- Difference between HashMap and Map?
- Difference between HashMap and HashTable?
- Difference between Vector and ArrayList?
- Explain the java exception handling.
- Difference between error and an exception?
- What are pass by reference and passby value?
Leave a Reply