Examlex

Solved

Which of the Following Statements Are True

question 33

Multiple Choice

Which of the following statements are true?


Definitions:

Java.io

A package in Java that contains classes for system input and output through data streams, serialization, and the file system.

Java.awt

A package in Java that contains classes for creating graphical user interfaces and for painting graphics and images.

Java.lang

The fundamental package in the Java programming language that provides classes that are essential to the design of the Java programming language.

Implements

A keyword in Java used by classes to specify that they will provide implementations for the methods defined in an interface.

Related Questions