Examlex

Solved

Which of the Following Is UNTRUE? or Is "D" Correct

question 6

Multiple Choice

Which of the following is UNTRUE? Or is "D" correct?


Definitions:

Interface

An interface in programming defines a contract or a set of methods that can be implemented by a class.

DisplayList

A method or procedure in programming that outputs the elements of a list to a display interface, such as a console or graphical user interface.

Iterator

An object that enables traversing through the elements of a collection or an array sequentially without exposing its underlying representation.

Vectors

A class in Java similar to ArrayList, but synchronized, allowing it to be thread-safe at the cost of performance overhead.

Related Questions