answersLogoWhite

0


Best Answer

1.user defined packages

2.predefined packages

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different types of package in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Supermost package of java?

The supermost package of Java is the "java" package.


Explanation of import javautilDate?

The import keyword in Java is used to tell the Java compiler where to find different classes and packages.java.util.Date is the location of the Date class: Date is a member of the util package, which is a member of the java package.


What is a collection of related classes called in java?

a package


What is the different types of language?

c, c++, java


What are the different types in java programming language?

core java ,jse.advanced jse,jee and j2me


What are the feature's of the Java 'this' installation package?

The Java 'this' installation package allows one to create installation programs for their Java based applications. One can download the program from Java.


What are the eight java operator?

The different types of operators in Java are:Assignment OperatorsRelational OperatorsArithmetic OperatorsLogical Operators


Is there any difference between java and j2SE?

Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.


What is a default package in Java?

A default package is a package with no name. You can create a Java class without putting package name on top of the code. This class is included in the "default package". Be careful not to be confused with java.lang, which is a package that contains Java's fundamental classes and get's imported by default.


Which package is inbuilt in java API?

The java.lang package is automatically imported for you.


What is the library in java which does not need to be imported?

The java.lang package in Java is automatically imported for you.


What is user define package?

A user defined package is a package outside of the standard Java libraries.