explain System.out.println()
Answers were Sorted based on User's Feedback
Answer / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / navneet raushan
Static is a final class , out is the output stream and
println is the method of PrintWriter class.
| Is This Answer Correct ? | 0 Yes | 12 No |
What is fundamental datatype?
What is a boolean structure?
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
What are "class access modifiers" in Java?
Is 0 an even number?
How do you sort an array in java?
What are the differences between string, stringbuffer and stringbuilder?
What is Co-Variant return type in method overriding?
What is token in java?
can any one tell me when do u go for inheritance and polymorphism
What are thread local variables?
What is a string what operation can be performed out with the help of a string?