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

system-is a class present in java.lang package .it is a
public final class.
system class import the package java.io.*;

out-out is the object of printStream class.
its syntax is public final static PrintSteam out in the
system class.

println()-it the the method of PrintStream class;

so we can call the static object of system class with the
name of class & with the name of out we can call the method
of printsteam call
System.out.println();

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do descending order in java?

1009


what is comparable and comparator interface?

1040


What 5 doubled?

1040


What are inner classes or non static nested classes in java?

1218


How many ways can we create the string object?

1062


What is the equal sign?

1193


What is the importance of main method in Java?

1095


What do you mean by inner class in java?

1142


What are the important features of Java 9 release?

1050


Explain the protected field modifier?

1150


State the difference between creating string as new () and literal.

1182


Is string a data type in java?

1055


Why do we override tostring method in java?

1025


Are there structures in java?

1028


What is multi level inheritance in java?

1079