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 -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -