Is it possible to compare various strings with the help of == operator? What are the risks involved?
No Answer is Posted For this Question
Be the First to Post Answer
What is jit and its use?
What is meant by packages?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Does every java program need a main?
What is java util function?
What restrictions are placed on method overloading and method overriding?
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 a layout manager?
explain how many oops concepts available in java with realtime scenarios?
What is a list in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is abstraction with strong example program? (not a general program)