What is core java used for?
No Answer is Posted For this Question
Be the First to Post Answer
Outline the major features of java.
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
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"); } } }
Which is not Object in Java?
What is command line used for?
what is the meaning of java.lang and java.util
What are the rules for naming an array?
How will you serialize a singleton class without violating singleton pattern?
Explain how hashmap works?
Why java is call by value?
What is meant by serialisation and deserialisation?