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
Explain the difference between runnable and callable interface in java?
How many characters is 16 bytes?
What is command line argument
What is the purpose of the file class in java programming?
What was java originally called?
What best practices should you follow while writing multithreaded code in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Explain the use of shift operator in java. Can you give some examples?
What is flag in python?
How do you decide when to use arraylist and linkedlist?
Does constructor creates the object ?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is oop principle in java?
What steps are taken when the OS shifts from one-thread execution to another?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?