answersLogoWhite

0

How can you design package in java?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

it's a collection of classes is called a package .its a collection classes and interfaces which provides high level of security

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you design 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.


What is a collection of related classes called in java?

a package


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 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 package design?

design package, such as paper box, carton.


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.


How have computers help design packages?

install the package design software in the computer, then design package on computer, kasemake is a great package design software.


Import a package second time in Java?

You can import a package as many times as you want in Java. The compiler will just ignore any duplicates.


Is it possible to draw in java without using applet?

Yes it is possible to draw in java by using AWT package. or by using javax package.


How do you complie package in java?

You use javac <filename> to compile a class or package.