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 / tirath pal singh sisodiya

System.Out.println()

System-System is the final class of the java.lang package it
can not be inherit.

Out-out is the static Object of the PrintStream class which
located in java.io package.
for call any static object with class name then we use
System.Out

println()-println() is the method of printStramClass .

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

2099


What is a concrete classes? Is Java object class is concrete class?

1027


What is a bufferedreader?

1163


What do you mean by synchronized non access modifier?

1046


When parseint method can be used?

987


What is the memory leak in java?

1101


Can we pass a primitive type by reference in java? How

981


Is there any sort function in java?

1102


What is equals method in java?

1103


What is binary tree in java?

1119


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

1071


What do you understand by looping in java? Explain the different types of loops.

1088


What is the purpose of the enableevents() method?

1084


What is a lambda expression ? What's its use ?

1157


What are measurable parameters?

1131