- What did you do in project?
- Which version of Spring did you use?
- Which server did you use?
- Was the Spring that i used Spring based or XML based?
- If we declare a variable in class A as final. How can multiple objects be created of class A with different values of that variable?
- A class implements an interface and extends an abstract class. Both the interface and the abstract class have the same method/method signature. Now can we override that method in the subclass?
- If we declare the method as private in abstract class then what happens?
- What's the difference between a JAR and a WAR file?
- How to distinguish between a JAR and a WAR file if both are presented in .txt format?
- In thread what does join(), notify(), wait() do?
- Difference between Link List and Set?
- Difference between Array List and Vector?
- Does return type have any role in overloading/overriding?
- Between Array and Link List which is more effective and when?
- Which one between Array and Link List should be used when frequent insertion and deletion is involved?
- What actually happens when we delete an element in an array?
- Order of Array List and Link List.
- What is dependency injection?
Monday, 12 August 2013
Random Interview
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment