Difference between collection, collection and collections in java?
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,
What is the difference between Integer and int?
How do you convert an int to a double in java?
Can we call thread start () twice?
Why java applets are more useful for intranets as compared to internet?
Can u write constructor in abstract.If yes den when it will be invoked.
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"); } } }
What are the names of interfaces that doesn't consists of method/s ?
Can we extend immutable class?
What is a class ?
What does sizeof return?
What is a method in java?