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
What are thread safe functions?
What is scope & storage allocation of global and extern variables? Explain with an example
Does java allow default arguments?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What are the various access specifiers in java?
Can we sort set in java?
What is meant by distributed application? Why are we using that in our application?
Explain methods specific to list interface?
What is synchronization and why is it important in java programming?
Why do we use string?
What do you understand by overloading and overriding in java?
What is the disadvantage of synchronization?
What does the append?
What package is math in java?
Java is pass by value or pass by reference? Explain