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

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

Camel ProducerTemplate possible memory leak -

javascript - Adhering to a max length setting with jshint -