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 is get () in java?
What are the steps involved to write rmi based programs?
What is a "pure virtual" member function?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is static keyword?
Can we use different return types for methods when overridden?
Can we override private method in java?
What is the purpose of the runtime class in java programming?
Is there is any difference between a scrollbar and a scrollpane?
Why object class is super class for every class in java?
What do you mean by inner class in java?
What is :: operator in java?
What is appletviewer?
What is oop in java?
Which is bigger float or double java?