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 32 bit float?
What is the difference between actual and formal parameters?
What is stringjoiner ?
Why synchronization is important in java?
Using callable statement how can you pass out parameters, explain with example?
What are the advantages of java inner classes?
Explain creating threads by implementing runnable class?
What is bufferedwriter?
What is the base class of all classes?
What is an immutable object? How do you create one in java?
How does arraylist size increase in java?
What is a singleton puppy?
Can we serialize singleton class?
What is output buffer?
How hashset works internally in java?