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

System is a class. out is the object of PrintStream class .
println() is the instance method of PrintStream class.to
call that println() we need object of PrintStrem class but
the out is declared as static datamember of System class.So
to call println() befor we call static datamember out using
class name bcoz static datamember can be called by using
class name after that by using out object we can call println().

so System.out.println()

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any tag in htm to upload and download files?

996


What is functional interface in java example?

935


Define jre i.e. Java runtime environment?

959


What is adapter in java?

875


How many bits is a string?

940


what is the significance of listiterator in java?

1026


Can you declare the main method as final?

955


What is externalizable interface?

1054


What are different access specifiers in java? Explain

1055


Which object oriented concept is achieved by using overloading and overriding?

1039


List two java ide’s?

988


Why is string buffer better than string ?

1039


Does java arraylist maintain insertion order?

936


What is arrays fill in java?

947


Is break statement can be used as labels in java?

911