What is meant by JVM? Is JVM platform independent or not?
What is meant by data hiding in java?
what is difference betweem home interface and remote interface?
What is the disadvantage of java?
what is difference between Exception and Error?
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"); } } }
Explain about serializable interface in java?
What is the difference between dom and sax parser in java?
What is the importance of main method in Java?
What is palindrome in java?
Can set contain duplicates?
How many types of classes are there in java?
What is the effect of keeping a constructor private?