Answer Posted / nimish
java.lang and java.util are built in packages that contains
classes that we use in the program eg.java.lang contains
classes System,String,StringBuffer etc.and java.util
contains Date etc.
Is This Answer Correct ? | 50 Yes | 12 No |
Post New Answer View All Answers
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
what state does a thread enter when it terminates its processing? : Java thread
Which is easier netbeans or eclipse?
How many types of array are there?
What is overriding in java?
What should I import for arraylist in java?
What is java in simple terms?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can we declare a static variable inside a method?
'A class is a template for an object' explain this statement.
Tell me the Importent classes in net package?
Explain heap sort?
What is the purpose of the file class in java programming?
What are the uses of java?
What is the generic function?