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
What is pojo class in java?
What is method overriding in java ?
How do you remove duplicates in java?
Give reasons supporting that string is immutable.
Is null a string?
Is there any sort function in java?
What is %d in printf?
Which oo concept is achieved by using overloading and overriding?
What is navigable map in java?
Is java a security risk?
Is boolean a wrapper class in java?
how come we know the object is no more used in the class?
Can constructor be inherited?
What is map java?
What is a class object?