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

Syatem.out.println() --> 1. System is a class, which is final.
2. out is the static variable in
System class of type PrintStream.
3. println() is the mathod in
PrintStream class.

See below code,

Public class PrintStream
{
Public void println();
}

final Public class System
{
Public static PrintStream out;
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is the type for real numbers called double?

1017


What is class variable java?

1060


What is java regex?

1057


What is a char in java?

1095


What is factor r?

1009


What are functions in java?

1005


What is the differences between heap and stack memory in java? Explain

1031


How do you create a sop?

1046


Which eclipse is best for java?

1055


What is methods in java?

1050


Can we extend singleton class in java?

1014


What are the types of web technologies?

1081


What is the main difference between java platform and other platforms?

1175


Explain the concept of hashtables?

1221


What are instance variables?

1126