What packages are imported automatically in a java file
Chiran Mathur
Ranch Hand
Joined: Feb 07, 2001
Posts: 63
posted
0
What packages can we assume to be already available when we write a java file. What packages we need not import each time you create a java file. Also is this done by the compiler and jvm both?