Java Interview Question
Java Interview Question
Core Java
7. What are immutable objects, and how do you create them in Java?
Collections Framework
18. What are weak references in Java, and when are they used?
Java 8+ Features
39. What are the new time and date APIs introduced in Java 8?
42. How does the Factory pattern differ from the Builder pattern?
53. Explain the difference between @Component, @Service, @Repository, and @Controller.
59. What are the key differences between Hibernate and JPA?
Microservices
65. Explain the Circuit Breaker pattern and how to implement it.
74. Explain load testing and stress testing for Java applications.
75. What are the different garbage collectors in Java, and when would you use each?
Miscellaneous
88. What are the key differences between SOAP and REST APIs?
90. What is a Java agent, and when would you use it?
Advanced Topics