Can you sort a list in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between abstract class and interface in java?
Is jdk required on each machine to run a java program?
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 methods are called, When we navigate from one applet to another applet?
Is it possible to do method overloading and overriding at a time
Are private methods final?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
what is singlton class?where it is use in real time senario.
What is a lightweight component?
What are the main uses of java?
How can we get one Interface methods whit out using implementation of interface
Why can we not override static method?