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

Can we write multiple catch blocks under single try block?

1037


What is the purpose of the finally clause of a try-catch-finally statement in java programming?

894


Differentiate between the constructors and methods in java?

895


What is your platform?s default character encoding and how to know this?

2323


Can a final variable be initialized in constructor?

927


What is a Transient Object?

1022


Is java owned by oracle?

958


Is object a data type?

919


What is the default access specifier for variables and methods of a class?

1138


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

984


How many ways can an argument be passed to a subroutine and explain them?

966


What is the instance of an object?

1118


What is int short for?

968


What is the difference between integer parseint and integer valueof?

965


What is sortedset in java?

978