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

System.out.println();

System - System is class
Out - Is an object of output stream (PrintStream class)
which is static and defined in System class.
Println()- Method from PrintStream class which use to write
output

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why chararray() is preferred over string to store the password?

1068


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

988


What is the difference between jdk and jre?

1112


How to implement a multithreaded applet?

2730


What are 4 pillers of object orinted programming?

1074


Where is the find and replace?

1056


What is the common usage of serialization?

1220


What is flag in python?

1081


Can java program run without jre?

1061


Why wait and notify methods are declared in object class?

1084


Difference between operator overloading and function overloading

1124


List implementations of list interface?

1070


What is constructor chaining and how is it achieved in java?

1238


What is tochararray in java?

994


How can constructor chaining be done by using the super keyword?

1139