Tell us something about different types of casting?
No Answer is Posted For this Question
Be the First to Post Answer
What is "this" keyword in java? Explain
What is the difference between I ++ and ++ I in java?
what is associative array
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is the difference between abstraction and encapsulation?
What are the main differences between the java platform and other platforms?
What is an exception?
what is default layout of JFrame class?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
What is a heavyweight component?
Why does java not support operator overloading?
What is the purpose of void?