answered question
Println is the metho defined in penstream cls to send the that to the destination or print.. Out is the obj of prinstream cls defined  as static member of system cls. Class printStream { string println(); } class system { static printStream out=new printStream(obj of the outputstream cls); } why we should pass obj of … Read more