What is udp in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is clipping and repainting and what is the relation between them?
What is lexicographically smallest string?
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 are the different types of inheritance in java?
Is break statement can be used as labels in java?
What is meant by class?
What are the types of classes in java?
What are JVM.JRE, J2EE, JNI?
How will you add panel to a frame?
What are inner and anonymous class?
What are different access specifiers in java?
What are constants?