What is passed by reference and pass by value ?
No Answer is Posted For this Question
Be the First to Post Answer
What are multiple inheritances?
What is core java called?
How to set the Heap size in Java ?
What 4 doubled?
a thread is runnable, how does that work? : Java thread
Difference between a MenuItem and a CheckboxMenuItem?
What is the difference between compare and compareto in java?
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 core java?
Does java trim remove newline?
What is an object class?
What is the technique adopted to create an immutable class?