Answer Posted / devarathnam c,kotagudibanda(po
Hi...
A package is nothing but collections of classes and
interfaces.
example:java.lang,java.util,java.applet,java.awt,java.net,ja
va.io etc...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you make an arraylist empty in java?
What is the difference between super class & sub class?
What is treeset in java?
How use .contains in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are the advantages of unicode?
How do you sort a string in java?
How do you achieve polymorphism in java?
What is java lang object?
How do you represent a space in regex java?
What is temp in java?
Tell me a few examples of final classes defined in Java API?
What are keywords and reserved words in java?
Mention a package that is used for linked list class in java.
What is the difference between equals() and?