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 |
What is a marker interface?
Why synchronization is important in java?
What is the immediate superclass of the Dialog class?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What is the difference between C++ and Java and your preferences?
what is the difference b/w static and final methods?
How does access modifiers work?
Write a program based on Java script program.
Explain the selection sort algorithm and state its time complexity?
What is a java list?
What is JAVA? Why it is platform independent?
What do you mean by byte code?