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
Why are the methods of the math class static?
Can we clone singleton object in java?
Is array synchronized in java?
What is append function?
Which is the best sorting technique in java?
What is the use of callablestatement?
What is the symbol for line break?
Why does my function print none?
What is sortedmap interface?
What is the latest java version?
How do you define a singleton class?
What is a bubble sort in java?
What is the statements?
If you do not want your class to be inherited by any other class. What would you do?
Give me an example of array and linked list? Where they can be used?