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...

define System.out.println(); what is the meaning!

Answer Posted / alok

System is a class defined in java.lang package(public final
class System extends Object) that provides useful methods
and class fields(out,in,err)for input and output.

out is print stream object.it is static, so can be called
by its class name(System.out)

println() is a print stream method that is already
overloaded for each and every thing.it directs the output
to console

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is entry in java?

1077


Can a class declared as private be accessed outside it’s package?

1063


How do you use compareto?

988


Is space a character in java?

1066


why we use merge option in hybernate pls give a ex snippet

2030


What is tcp ip in java?

1158


Which is the best approach for creating thread ?

1272


How to split a string in java?

1183


How much is a java license?

986


What is OOP Language?

1120


What is the purpose of void?

1034


If a method is declared as protected, where may the method be accessed?

1067


Explain exception chaining in java?

1225


What are the advantages of packages in java?

1740


What does n mean?

1055