Which of these is an incorrect form of using method max() to obtain a maximum element? |
Which of these is an incorrect form of using method max() to obtain a maximum element? |
Which of these keywords is used to manually throw an exception? |
Which of these keywords is used to manually throw an exception? |
Which of these method of Array class is used sort an array or its subset? |
Which of these method of Array class is used sort an array or its subset? |
What is the correct method used to insert and delete items from the queue? |
What is the correct method used to insert and delete items from the queue? |
Which of these methods can convert an object into a List? |
Which of these methods can convert an object into a List? |
Which of these methods sets every element of a List to a specified object? |
Which of these methods sets every element of a List to a specified object? |
Which of these is static variable defined in Collections? |
Which of these is static variable defined in Collections? |
Which of the below is not a subinterface of Queue? |
Which of the below is not a subinterface of Queue? |
Where does a new element be inserted in linked list implementation of a queue? |
Where does a new element be inserted in linked list implementation of a queue? |
What is difference between dequeue() and peek() function of java? |
What is difference between dequeue() and peek() function of java? |
What are the use of front and rear pointers in CircularQueue implementation? |
What are the use of front and rear pointers in CircularQueue implementation? |
Which of these keywords is not a part of exception handling? |
Which of these keywords is not a part of exception handling? |
Which of these is true about unmodifiableCollection() method? |
Which of these is true about unmodifiableCollection() method? |
Which of these keywords must be used to handle the exception thrown by try block in some rational manner? |
Which of these keywords must be used to handle the exception thrown by try block in some rational manner? |
Which of these interface handle sequences? |
Which of these interface handle sequences? |
Which of these is a Basic interface that all other interface inherits? |
Which of these is a Basic interface that all other interface inherits? |
What is the difference between Queue and Stack? |
What is the difference between Queue and Stack? |
Which of the following is a super class of all exception type classes? |
Which of the following is a super class of all exception type classes? |
Which of this method is used to make all elements of an equal to specified value? |
Which of this method is used to make all elements of an equal to specified value? |
Which of the following classes can catch all exceptions which cannot be caught? |
Which of the following classes can catch all exceptions which cannot be caught? |
Which of this interface must contain a unique element? |
Which of this interface must contain a unique element? |
Which of the following keywords is used for throwing exception manually? |
Which of the following keywords is used for throwing exception manually? |
Which of these standard collection classes implements all the standard functions on list data structure? |
Which of these standard collection classes implements all the standard functions on list data structure? |
Which of these interface declares core method that all collections will have? |
Which of these interface declares core method that all collections will have? |
If the size of the array used to implement a circular queue is MAX_SIZE. How rear moves to traverse inorder to insert an element in the queue? |
If the size of the array used to implement a circular queue is MAX_SIZE. How rear moves to traverse inorder to insert an element in the queue? |
Which of these methods can randomize all elements in a list? |
Which of these methods can randomize all elements in a list? |
Which of these keywords must be used to monitor for exceptions? |
Which of these keywords must be used to monitor for exceptions? |
PriorityQueue is thread safe. |
PriorityQueue is thread safe. |
Which data structure is used in Breadth First Traversal of a graph? |
Which data structure is used in Breadth First Traversal of a graph? |
What is the remaining capacity of BlockingQueue whose intrinsic capacity is not defined? |
What is the remaining capacity of BlockingQueue whose intrinsic capacity is not defined? |