-
Hashmap and Hashtable
which one is better and faster between hashmap and hashtable? Explain the situation where you would use them ?
-
-
-
-
What is the difference b/w Iterator & ListIterator
Iterator : Enables you to cycle through a collection,obtaining or removing elementsListIterator :It extends Iterator allow bidirectional traversal of list & the modification of element
-
Object Creation
In how many ways we can create an object? Explain with example.
-
-
-
-
Multiple Interface
Why do we need interface concept instead of multiple inheritance? What is the drawback when we use the multiple inheritance?
-
What is collection framework?what interfaces and classes support collection framework?
One can use different groups of objects in program using collection frame work.for more detail readcollection frame work from java.util pack.
-
Importance of java.lang.obj
What is the significance of java.lang.object class?
-
Implement and Extend Keywords
What is the implement, what is the extend keyword, what is the difference, give me answers in briefly ?
-
-
-
-
Database Driver
How to find which type driver used in Java or J2EE applications? Which type used commonly?
-
Overriding Methods
Suppose a Super Class method throws an exception and this method is Overriden in the subclass with no exception. Now if you create a super class reference that has a subclass object. This throws a compile time error, Why?
-
-
Core Java Interview Questions
Ans