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 / arun rajesh

System.out.println

The println() is a method that is used to print data on the
system console (command window). Java's method names are
always followed by parentheses.

System and out are not methods, but names that represent
other Java classes.

System.out means that the variable out is defined inside
the class System.

The out.println() tells us that there is an object
represented by a variable called out and it has a method
called println().

Is This Answer Correct ?    36 Yes 136 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a prefix function.write down a code to compute prefix function.

1109


Which is better arraylist or vector?

1066


Which collection is thread safe in java?

1037


Why are there no global variables in java?

1107


Can a class declared as private be accessed outside it’s package?

1061


What are decalarations?

1179


Is there a sort function in java?

1019


Why we used vector class?

1115


What is java objectoutputstream?

1030


What is immutable data?

1110


What is the purpose of abstract class?

1057


Can we serialize singleton class?

1084


Is java ee a framework?

1027


What is the properties class in java programming?

1054


What kind of variables can a class consist?

1100