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...

define System.out.println(); what is the meaning!

Answer Posted / dilip yadav

System- public final class System extends Object

The System class contains serveral useful class
fields and methods.it cannot be instantiated

out-

The out variable in the System class refers to (points
to) an instance of the PrintStream class (a PrintStream
object) which is automatically instantiated when the System
class is loaded into the application.

println()-the println() methods in class PrintStream.

System.out.prinln("HI DILIP ");

This statement invokes the println() method of an object of
the PrintStream class which is referred to (pointed to) by
the variable named out which is a class variable of the
System class.

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the final blank variable?

1184


What is abstract class constructor called?

1079


Does A Class Inherit The Constructors Of Its Superclass?

1141


When does an object becomes eligible for garbage collection in java?

1137


What will happen if static modifier is removed from the signature of the main method?

1015


Difference between method overloading and method overriding in java ?

1140


What is use of super keyword?

1018


Does java trim remove newline?

1050


What java ide should I use?

1048


Is arraylist sorted in java?

1063


Can we restart a thread already started in java?

1148


What is public static?

1089


How many bytes is a unicode character?

1063


What is a java lambda expression?

1102


Can we sort hashset in java?

1133