Java Interview Questions
1. Explain the difference between == and equals() method in Java. When should each be used?
2. What is the difference between HashMap and ConcurrentHashMap? Explain internal working
and use cases.
3. What is Java 8 Stream API? Explain intermediate and terminal operations with examples.