answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Define process according to user interactionin operatin system?

4. Define process according to user interaction?


What are the different user define data typesexplain with example?

what are the different user define data types explain with example


What is the package and interfaces?

Package:- package is collection of related classes and interfaces which can be import in our program. There are different built in packages available in java.Package provide us a facility to create user define packages. Interfaces:- Interface is just like abstract class but the difference is that we can implements any no of interfaces in a single class .It is an alternative solution for multiple inheritance which is not available in java. Once we have implement the interface we can define methods of that interface in our class.


How can I install a Python package using the command "python setup.py install" for a specific user?

To install a Python package for a specific user using the command "python setup.py install", you can use the "--user" flag. This flag will install the package only for the current user, rather than system-wide. Simply add "--user" to the end of the command like this: "python setup.py install --user".


How can I install a Python package using the command "python setup.py install --user"?

To install a Python package using the command "python setup.py install --user", you need to navigate to the directory containing the package's setup.py file in your command line interface, then run the command "python setup.py install --user". This command will install the package for your user account only, rather than system-wide.


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


What are user defined data types?

Actually user defined data type made by user like array,structure,union,pointer. the data type which is define by user or programer according to his need is called user define data type and also called the programer define data type........


Define user view in computer terms?

The view of data that is necessary to support the operations of a particular user.


What is the way by which you can make the user defined the size of the arrays?

By using the library function #define A[] we can define the size of arrays


What are policies that define specific operating system functions?

User Rights


How many types of user defined exceptions are there and list them?

They are user-defined. In other words: You & Me (Users) define them (make them). There is an endless number of user-defined exceptions


What do we mean when we say that a software package is customizable?

A customizable software package is one that can be adapted to the needs of the user. So, for example, the user might be able change the colours used on the screen for various parts of the program.