Advertisements
Advertisements
Question
Java class library includes all the packages.
Options
True
False
MCQ
True or False
Solution
This statement is True.
Explanation:
The Java class library (also known as the Java API) contains all of the standard packages that provide the fundamental functionality of the Java programming language. These packages offer predefined classes and interfaces for various functions, including input/output operations, data structures, networking, etc. Examples of such packages include java.util, java.io, java.lang, and java.net.
shaalaa.com
Is there an error in this question or solution?