DEVFYI - Developer Resource - FYI

What is the Set interface?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

107. What is the Set interface?

The Set interface provides methods for accessing the elements of a finite mathematical set. Sets do not allow duplicate elements.

(Continued on next question...)

Other Interview Questions