Tell me about your experience
Java Senior Interview Questions
6,025 java senior interview questions shared by candidates
Questions about Java and Spring that no one has ever heard of
1) There is a class in which i declare 2 instance variables. A map and a string. Initialize both. Then, pass both of them to a method and change the values. What will be the value of map and string before and after calling the method. 2) Dynamic Polymorphism. All the variants(Object of child, reference of parent etc etc). If the methods are static , how does DP work? 3) Typecasting. How does it work? 4) Immutable classes. How do you initialize it? 5) When do you prefer Interfaces and when abstract class. Prepare well for this question. They confuse you a lot. 6) Overloading with different arguments. 7) Instantiating an abstract class. There is an abstract class and other normal class extends the abstract class. In constructor it calls , super(this). What happens?
General technical discussion type of interview and a pair programming session
Could you describe a business use case where you have used the visitor pattern in practice?
Core Java and Spring MVC related question
What was the most important task that you've done and you are proud of?
Finalize method, daemon thread?
List programming patterns by name only. Just the list.
Java code snippet. What's printed out?
Viewing 4401 - 4410 interview questions