Home » JAVA Programming » Interfaces » Question
  1. Which of the below is a child interface of Autocloseable?
    1. Auto
    2. Cloneable
    3. Closeable
    4. Close
    5. None of these
Correct Option: D

A closeable interface extends autocloseable interface. A Closeable is a source or destination of data that can be closed.



Your comments will be displayed only after manual approval.