explain System.out.println()

Answer Posted / debargha

System is a predefined final class;
out is a PrintStream object
and println is a built-in overloaded method in the out object.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of void class?

813


Where are variables stored?

754


What is the difference between logical data independence and physical data independence?

780


Does java vector allow null?

730


What are the types of strings?

786


What is the maximum length of a url?

728


What is hash in java?

713


What is predicate in java?

812


How do you declare an empty string?

855


What is a singleton class? Give a practical example of its usage.

834


What is the main functionality of the remote reference layer?

1661


How is hashcode calculated in java?

726


Where are register variables stored?

815


What is classname class in java?

762


Do you know why doesn't the java library use a randomized version of quicksort?

748