Answer Posted / nithya
A default package is the package which is included
automatically when the class is created. One such example is
java.lang package.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Why are arrays useful in java?
how does multithreading take place on a computer with a single cpu? : Java thread
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is length in java?
When is the finalize() called? What is the purpose of finalization?
What is the purpose of checked and unchecked exceptions in JAVA?
How does java pattern compile work?
What are the advantages and disadvantages of object cloning?
What is difference between static and final?
what is ststic with example
What are the three types of design patterns?
What is difference between overloading and overriding in java?
What is loop in java?
what is the difference between Object Based Language and Object Oriented Language?
What is the purpose of static methods and static variables?