Is there any need to import java.lang package?
Answer Posted / ashish
java.lang package is automatically loaded by JVM so no need
to define it by own.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is main string [] args?
How would you use Bubble Sort to sort the number of elements?
What are the data types supported by java?
What is fundamental datatype?
How can we achieve thread safety in java?
Why java uses the concept of the string literal?
Is sizeof a preprocessor?
Which is easier netbeans or eclipse?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Is java an open source?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What are the differences between include directive and include action?
What is a private class in java?
Where is jre installed?