Computer Applications
Explain the significance of the following Java library packages.
(a) java.awt
(b) java.io
(c) java.net
Java Intro
4 Likes
Answer
(a) java.awt — java.awt package contains classes for supporting abstract window tool kit and managing Graphical User Interface (GUI) components.
(b) java.io — It contains the classes that handle fundamental input and output operations in Java.
(c) java.net — It contains classes for supporting network operations in Java.
Answered By
1 Like
Related Questions
What do you understand by Java reserved words? Name at least five Java reserved words which are commonly used in Java programming.
Differentiate between the output statements System.out.println() and System.out.print().
A Java program uses Compiler as well as Interpreter. Explain.
Write a package that is used for input/output operation in Java