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 |
Difference between ‘>>’ and ‘>>>’ operators in java?
write a program to create an vector and listeterator.and value should be enter through keyboard.
Which class is the superclass for all the classes?
What is the difference between pageContext and page implicit objects in jsp?
9 Answers Gspann Technologies, Merrill Lynch, Polaris,
What is class and object in java?
what is a green thread? : Java thread
Explain the reason behind ending a program with a system.exit(0)?
Does isempty check for null?
What is anagram word?
what is the replacement for GOTO in java?
What are the uses of java?
Does java support multiple inheritance or not?