List methods available in Java Queue interface
boolean add(object)
boolean offer(object)
object remove()
object poll()
object element()
object peek()
| Is This Answer Correct ? | 0 Yes | 0 No |
Is java call by value?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
If you do not want your class to be inherited by any other class. What would you do?
What does flag mean in java?
Why do we declare a class static?
Which is fastest collection in java?
What is the difference between the paint() and repaint() methods in java programming?
How to set the Heap size in Java ?
Is there memory leaks in java?
Why call by value prevents parameter value change?
What is a Transient Object?
0 Answers InfoAxon Technologies,
How dead lock situation occurs in java and how you can identify it?