What is the difference between import java.util.date and java .util?
Answer / Rudra Pratap Singh
"'import java.util.Date' imports only the Date class from the java.util package, while 'import java.util' imports all public classes and interfaces from the java.util package. The latter is more commonly used."
| Is This Answer Correct ? | 0 Yes | 0 No |
5 What is Java exception handling?
What are the problems faced by java programmers who don't use layout managers?
What are different access specifiers in java? Explain
How can i add a button in applet in java ???
Can an integer be a string?
What is an example of a boolean?
Explain notifyall() method of object class ?
What is primitive data type in java?
Is 0 true or false?
Can we increase array size dynamically in java?
What is jagged array in java?
how to connect two diffrent applet files