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

----> public final class System extends Object <------

Directory Structure is as follows:
java.lang.Object
|
+--java.lang.System

System class has following static field-
static PrintStream out =new PrintStream();

directory Structure of PrintStream:
java.lang.Object
|
+--java.io.OutputStream
|
+--java.io.FilterOutputStream
|
+--java.io.PrintStream

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Concept of Encapsulation in OOPS

941


Explain what are final variable in java?

1023


What are the differences between abstract class and interface?

990


What is a protected void?

882


What are the different types of garbage collectors in java?

1055


What is a databasemetadata?

901


Can we able to pass objects as an arguments in java?

966


What is the difference between import java.util.date and java .util?

1005


What is meant by null and void?

927


What is the function of http?

977


What is string immutability?

1027


What do you mean by of string::valueof expression in java 8?

907


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

1004


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

2665


What is equals method in java?

980