|
Related Questions |
View Answer |
|
Why Java is not 100% pure object oriented language?
|
View Answer
|
|
What are interfaces? or How to support multiple inheritance in Java?
|
View Answer
|
|
How to use C++ code in Java Program?
|
View Answer
|
|
Difference between "APPLET" and "APPLICATION"
|
- Java Interview Questions & Answers">
View Answer
|
|
What is the interface of thread?
|
View Answer
|
|
How can I swap two variables without using a third variable?Can u plz tell me the logic behind it..?
|
View Answer
|
|
I want to create two instances of a class ,But when trying for creating third instance it should not allow me to create . what i have to do for making this?
|
View Answer
|
|
How can u move/drag a component placed in Swing Container?
|
View Answer
|
|
How can u move/drag a component placed in Swing Container?
|
View Answer
|
|
What is the purpose of interface? And tell the difference between the class and interface?
|
View Answer
|
|
What is the difference between Enumeration and Iterator?. When i can use Enumeration and when i can use iterator?. Can any one tell me the situation that only Enumeration could able to solve that problem and vice versa.
|
View Answer
|
|
I need some more information about interface. For Example there is no any functionality inside the method which is declared in any interface. Then why i want to implement that interface to my class.
2. Statement is an interface. When i say stmt.executeQuery(). I am getting the records in my ResultSet. How it is possible?.. since there is no functionality insid the methods which is declared in Statement Interface. What is happning here?
|
View Answer
|
|
what is the difference between putting a class as abstract or if any of method in class is declared as abstract diference of these two while extending these two types of classes
|
View Answer
|
|
How We Can We write our own exceptions?
|
View Answer
|
|
How We Can We write our own exceptions?
|
View Answer
|
|
How u can implement hashmap if u r not having in JAVA?
|
View Answer
|
|
What is mutable and immutable in Strings?
|
View Answer
|
|
How many ways do we have to load a class
|
View Answer
|
|
Why should i use ejb as i can do it in servlet?
|
View Answer
|
|
How to compare Stringbuffer objects?
|
View Answer
|