What is the current version of java?
When does Exception occurs?
What super () does in java?
Explain different data types in Java.
What is stored procedure. How do you create stored procedure ?
What does a void function return?
what is generics in jdk1.5?
What value is a variable of the string type automatically initialized?
What are the files generated after using IDL to java compiler?
Difference between process and thread?
Tell me about your ability to work under pressure
What are Advatages of Overloading and Overridding.
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }