InterviewSolution
Saved Bookmarks
| 1. |
Is there any need to import java.lang package? |
|
Answer» No, there is no need to import this package. It is by default loaded internally by the JVM. |
|