What is quick sort in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 ide should I use for java?
What are null interfaces in JAVA ? and give me some examples?
Is Java a dying language?
Difference between static and dynamic class loading.
Explain about procedural programming language or structured programming language and its features?
Can a static member function access member variable of an object?
What is nullpointerexception?
What is the Vector class?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is bean? Where it can be used?
Explain about narrowing conversion in java?