- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is a Java class library?
Java is not dependent on any specific operating system so Java applications cannot depend on the platform dependent native libraries, therefore, instead of those Java provides a set of dynamically loaded libraries that are common to modern operating systems.
These libraries provide –
- Container classes and Regular Expressions.
- Interfaces for tasks that depend on the hardware of the OS such as network and file access.
- In case, the underlying platform does not support certain feature of Java then, these libraries surpass that specific feature if needed.
- Related Articles
- Explain the Mat class in Java OpenCV library
- What is the use of scipy.interpolate.interp1d class of SciPy python library?
- What is the class "class" in Java?
- What is a static class in Java?
- What is a singleton class in Java?
- What is a Throwable class in Java?
- What is a Locale class in Java?
- What is a Nested Class in Java?
- What is Java String Class?
- What is a Pair class in Java Tuples?
- What is a Septet class in Java Tuples?
- What is a Quintet class in Java Tuples?
- What is a Triplet class in Java Tuples?
- What is AbstractSequentialList class in Java?
- What is AbstractCollection class in Java?

Advertisements