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

Explain illegalmonitorstateexception and when it will be thrown?

1101


What is contract between hashcode and equal method?

1054


What is the this keyword?

1033


What are the limitations of procedural programming approach?

1057


I want to persist data of objects for later use. What’s the best approach to do so?

939


How can you read content from file in java?

1006


What is the difference between declaration and definition in java?

1081


Does the order of public and static declaration matter in main method?

1074


Explain method local inner classes ?

1042


extending thread class or implementing runnable interface. Which is better? : Java thread

1002


What is meant by data hiding in java?

1158


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1088


Is final static java?

1017


How will you compute size of a structure?

1184


What is basic syntax?

1046