Describe 2 different ways to concatenate two strings.
No Answer is Posted For this Question
Be the First to Post Answer
What is an 8 bit word?
Is an empty arraylist null?
Difference between process and thread?
Why we use methods in java?
What is flush buffer?
What will happen if static modifier is removed from the signature of the main method?
tell me some common
What are the types of casting?
What method is used to specify a container's layout in java programming?
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 adapter classes?
How to avoid the runtime exception ?