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 / durgesh jaiswal

System:- is a predefined class that provide access to the
system from anywhere in the program

Out:- is the outputstream that is connected to the console

print():- Display the string and any result passed to it

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you make a function static?

1028


Explain the private field modifier?

1149


Write a program to print 15 random numbers using foreach of java 8?

976


Explain method overloading?

1074


How does compareto work in java?

1094


Why method overriding is used?

1158


How can you write a loop indefinitely in java programming?

1068


What is scope & storage allocation of static, local and register variables? Explain with an example.

1047


Why parameters should be passed by reference?

1004


How do you escape sequences in java?

1109


How is it possible in java programming for two string objects with identical values not to be equal under the == operator?

1056


For class CFoo { }; what default methods will the compiler generate for you>?

1113


What happens when you add a double value to a string?

1056


What is the class in java?

1057


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1031