explain System.out.println()

Answer Posted / t.jaya govind sudhakar

in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between string and stringbuffer?

707


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

883


Is void a data type?

711


What is meant by null and void?

733


What is consumer interface?

758


Differentiate between vector and array list.

848


Do you need to import math in java?

760


What is the advantage of preparedstatement over statement?

821


Enlist few advantages of inheritance?

841


How do you create a reference in java?

708


What is a consumer in java?

780


How you can force the garbage collection?

738


How to use string tokenizer class.

844


Explain different types of thread priorities ?

850


Why static functions are used?

793