Questions Tagged "Java"

Found 40 results for "Java"
11. Which collection maintains an ordered collection and permits duplicate elements?
View Question
Tags: Java
12. Which collection implementation internally uses a dynamic array?
View Question
Tags: Java
13. Which implementation is based internally on a doubly linked list?
View Question
Tags: Java
14. Which interface is implemented by `LinkedList` that allows it to function as a queue/deque?
View Question
Tags: Java
15. What is the main purpose of a marker interface?
View Question
Tags: Java
16. Which access modifier provides the widest accessibility?
View Question
Tags: Java
17. Which access modifier restricts access to within the declaring class?
View Question
Tags: Java
18. Which keyword is used to explicitly throw an exception?
View Question
Tags: Java
19. Which keyword is used to declare that a method may produce an exception?
View Question
Tags: Java
20. Which block is primarily intended for cleanup operations such as closing files or connections?
View Question
Tags: Java

About This Tag

Showing questions related to the tag "Java".

Explore Wikique

Explore practice questions across different categories and subjects.

Browse Categories