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 / himanshu

"System.out.prinln()"
System is a class ,Which is declare final and this extends
the object class,we can not create the object of that class.
out is a static object of outputstream class.
public static final Outputstream out
println() is method of Printstream class

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between the methods sleep() and wait()? : Java thread

1030


What is the benefit of singleton pattern?

1044


write a program that list all permutations of ABCDEF in which A appears before B?

2515


what is difference between equals and ==?

1117


How do you sort arrays in java?

982


What is string made of?

1013


Explain when we should make an instance variable private.

1191


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

1118


When should you make a function static?

1029


What was java originally called?

999


Can we use string in the switch case?

1091


What an i/o filter in java programming?

1169


Why does java have two ways to create child threads?

999


What are the types of arrays in java?

1133


Explain about method local inner classes or local inner classes in java?

1067