java - Object creation in system class -
We have a printstream class object in the system class, but how is this possible because the printstream class is without Java import package? Is it possible to create that object in the system class?
Please refer to the source code. / P>
import java.io. *;
is the first import line / statement in the system class
Comments
Post a Comment