KnowledgeBoat Logo
|

Computer Applications

What are the library classes in Java? What is their use?

Java Library Classes

3 Likes

Answer

Library classes are the pre-written classes which are a part of the Java system. For example, the String and Scanner class.

Java environment has a huge library of library classes that contain pre-defined methods to simplify the job of a programmer. These methods support input/output operations, String handling and help in development of network and graphical user interface.

Answered By

2 Likes


Related Questions