Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

explain System.out.println

Answer Posted / rahul yadav

System.out.println( );

1.The System class contains several useful class fields and
methods. It cannot be instantiated.
2.System class has field out of type PrintStream class.
3.println() is a method in PrintStream class.
public static final PrintStream out
The "standard" output stream. This stream is already open
and ready to accept output data. Typically this stream
corresponds to display output or another output destination
specified by the host environment or user.

For simple stand-alone Java applications, a typical way to
write a line of output data is:
System.out.println(data)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is broken and continue statement?

1060


Can we call a non-static method from inside a static method?

1045


What is difference between java and java ee?

1071


What is sizeof () operator?

1029


How to use arraylist in java netbeans?

1092


What is the purpose of object oriented programming?

1031


What is the difference between a break statement and a continue statement?

1079


Difference between default and protected access specifiers?

1208


How you can force the garbage collection?

1029


What is the difference between Java1.4 and Java1.5

2384


What is command line argument

1238


Difference between a class and an object?

1110


What is meant by attribute?

1201


Explain differences between collection api and stream api?

1231


Explain the importance of throws keyword in java?

1042