Define max and min heap, also the search time of heap.
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to specify multiple jndi names when deploying an ejb?
Is oracle charging for java?
Can static method access instance variables ?
Is zero a positive integer?
What is field name?
Where is singleton pattern used?
What is the base class of all classes?
How many static init can you have?
Explain method overloading and overriding?
What is tostring () method?
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 .
Does java return by reference?