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
Why do you canvas?
Can a function return a function?
What is the structure of java?
What are class types in java?
Explain the difference between call by refrence and call by value?
What are the new features in java 8? Explain
What are operators and its types?
Why is a string immutable?
What is thread pool in java with example?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Can we overload run() method in java?
How do you check if two strings are equal in java?
What are the characteristics of Final,Finally and Finalize keywords.
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is java oops?