We are hosting this site in another domain. Checkout 

http://www.techpitcher.com

This blog contains questions asked in interviews. Questions are related to Java, Struts and Web Technology.

I have listed all the questions that I have been asked in some interview or I have asked to someone. Please go through the index given to right. 

This Blog can help one to test your knowledge just before taking some interview.

Share your interview question to make it a better collection.



Describe String in Java.
What are the differences between the == operator and the equals() method?
What is String.intern()?
Which one of the following is more efficient?

Describe OOPs concepts.
What is Polymorphism in java?
What is an abstract class?
What is an interface?

What do you know about Containers?
Difference between HashTable and HashMap?
What are the differences between Vector and ArrayList?

What is Garbage Collection ?
What are the advantages and disadvantages of reference counting in garbage collection over tracing algorithm?