-
Core Java
What is difference between Core Java and Advance Java?
-
Constructor Call
How can we call a constructor through another constructor in the same class?
-
Size of an Object
How to find size of an object?
-
-
-
When a thread is created and started, what is its initial state
A thread is in the ready state after it has been created and started.
-
Runnable Interface
Why we are using by implementing the runnable interface rather than we have the run() method in Thread class?
-
-
Runnable Method
If Thread class contains run() method then why we are using run() method by implementing the runnable method in the Thread?
-
-
-
Why is transient modifier used and where in real life?
Many people disturbed me about the solution,some one help me.
-
Need of Method Overloading
What is the need of method overloading? What would happen if this feature is not present in Java?
-
-
-
Vector Size
What is the default size of Vector
-
Jbutton is Swing is equivalent to ______ in AWT
Skill/Topic: AWT & AppletsA) Button
-
What is the difference between native and abstract
What is the difference between native and abstract?can we declare a method as native inside an interface?if yes then why? if no then why not?
-
What happens if a try-catch-finally statement does not have a catch clause to handlean exception that is thrown within the body of the try statement
The exception propagates up to the next higher level try-catch statement (if any) orresults in the program's termination.
-
Static Import
What is a static import? Why it is required?
Java Interview Questions
Ans