- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
How many packages and classes are there in Java Standard Edition 8?
Java Standard Edition provides 14 packages namely –
- applet − This package provides classes and methods to create and communicate with the applets.
- awt− This package provides classes and methods to create user interfaces.
- beans− This package contains classes and methods to develop components based on java beans.
- io− This package contains classes and methods to read and write data standard input and output devices, streams and files.
- lang− This package contains the fundamental classes, methods, and, interfaces of Java language.
- math− This package contains classes and methods which helps you to perform arithmetic operations using the Java language.
- net− This package provides classes to implement networking applications.
- nio− This package defines buffers, which are containers for data, and provides an overview of the other NIO packages.
- rmi− This package provides classes, methods, and interfaces for Remote Method Invocation.
- security− This package provides classes and interfaces for security framework.
- sql− This package provides classes and methods to access and process the data stored in a data source.
- text− This package provides classes and interfaces to handle text.
- time− This package provides API for dates, times, instants, and durations.
- util− This package contains collection framework, collection classes, classes related to date and time, event model, internationalization, and miscellaneous utility classes.
- Related Articles
- How to organize Python classes in modules and/or packages
- How many non-access modifiers are there in Java?
- How many types of constructors are there in Java?
- How many types of anonymous inner classes are defined in Java?
- How many joints are there?
- How many Vitamins are there?
- How many integers are there?
- How many ways are there to register a driver in Java?
- What are packages in Java?
- a) How many milliamperes are there in 1 ampere?b) How many microamperes are there in 1 ampere?
- How many keywords are there in C++?
- How Many Angles Are There In Triangle
- How many Rounds are there in DES?
- How many ways are there to initialize a final variable in java?
- How many planets are there and what's their name?

Advertisements