define System.out.println(); what is the meaning!
Answer Posted / rohit
System is contain class like console
out is refer printstream
println is refer pt also its contain new line
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Can I extend singleton class in java?
What is a classloader in java?
What about interrupt() method of thread class ?
What is treeset and treemap in java?
What are 4 pillers of object orinted programming?
What is byte value?
How the interruptible method gets implemented?
What are the steps that are followed when two computers connect through tcp?
How do you escape json?
What is the use of isempty in java?
What is the output of the below java program?
What is the difference between a method and a function in alice?
What is the Difference between Final Class && Abstract Class?
Can a class be protected in java?
Why call by value prevents parameter value change?