explain System.out.println
Answer Posted / mouli
System.out.prtntln()-
System is a final class , Out is variable in that , out is defined for a Printstream class.
Println - > Print the contetnt and then terminate the line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between wait() and sleep()?
Why charat is used in java?
What is the function of compareto in java?
What is a double vs float?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the use of inner class?
How will you add panel to a frame?
What is e java?
What is bytecode verifier?
what is recursion in java
Is Java a dying language?
What is a boolean output?
What are three types of loops in java?
What is the advantage of functional interface in java 8?
What is an example of a boolean?