Computer Science, asked by UnknownDude, 1 year ago

What is meant by a package? Name any two Java Application Programming Interface packages.
For tenth ICSE only...

Answers

Answered by yAshay11
40
Java contains extensive library of pre-written classes that we can use in our programs. These classes are divided into groups called packages.
There are various packages in Java, from them two Java Application Programming Interface packages are: java.applet, java.awt
Answered by prathamesh1855
53
Hey! I'm Not in 10th But I Can Answer.

1.What is meant by a package?
A package is a module that can be added to any program to add additional Options, features. Features Like Image, Sound Or FireBase.

A package can often be added to program by using "import" or "include"
Like Written Below

import java.io.FileReader;

2.Here are two Java Application Programming Interface

1.The official core Java API
2.SE (OpenJDK and Oracle).
Hope It Helps.☺️
Similar questions