explain System.out.println
Answer Posted / ritesh kesharwani
System.out.println()
System is a class.
It provide way how to interact with I\O.
System use one datatype or field is called out.It is a static
field or object.
PrintStream is a class.which define println and print method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is http client in java?
What is Applet Stub Interface ?
What data type is true or false?
What are the object and class classes used for?
Why java is made?
What is ++ a in java?
What is byte data type?
Is node a data type in java?
What is struts in java?
What is json parser in java?
What is immutable in java?
make a method which any number and any type of argument and print sum of that arguments.....
What is hashset in java?
Can we execute a program without main?
What is == in java?