Answer Posted / chandrarekha
collection of classes and interfaces which can be reused in
other applications are called packages...
java.lang,java.net,java.awt,java.util,java.io...
user defined packages can also be created
package <name>
//class or interface definitions....
class A
{
....
}
class B
{
...
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a private class in java?
Which is dependent variable?
Differentiate between == and equals().
What is operator overloading. Is it is supported in java?
what is ststic with example
What are thread local variables?
What do you understand by final value?
Tell me about your ability to work under pressure
What is the console in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the use of join method?
What are some alternatives to inheritance?
Explain notify() method of object class ?
Are registers volatile?
What is serial version uid and its importance in java?