explain System.out.println
Answer Posted / sachin
System.out.println();
System - System is class
Out - Is an object of output stream (PrintStream class)
which is static and defined in System class.
Println()- Method from PrintStream class which use to write
output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why chararray() is preferred over string to store the password?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the difference between jdk and jre?
How to implement a multithreaded applet?
What are 4 pillers of object orinted programming?
Where is the find and replace?
What is the common usage of serialization?
What is flag in python?
Can java program run without jre?
Why wait and notify methods are declared in object class?
Difference between operator overloading and function overloading
List implementations of list interface?
What is constructor chaining and how is it achieved in java?
What is tochararray in java?
How can constructor chaining be done by using the super keyword?