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

What are the different types of inheritance in java?

953


Write a method that will remove given character from the string?

964


What are the two types of java programming?

1001


What is a lock or purpose of locks in java?

975


What is :: operator in java?

918


what is the difference between Object Based Language and Object Oriented Language?

975


Write a program to calculate factorial in java?

956


What is illegal identifier in java?

971


Why do we use predicate in java?

1001


How can I right-justify a string?

1100


What is the difference between char and char *?

1007


What is a databasemetadata?

901


Write a function to find out longest palindrome in a given string?

1005


If a class is declared without any access modifiers, where can the class be accessed?

1009


What methods are used to get and set the text label displayed by a button object?

960