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 |
Can a static class have a constructor?
Explain restrictions for using anonymous inner classes?
What is the r character?
What is the GregorianCalendar class?
What is passing by reference in java?
What is tochararray in java?
How Array List can be Serialized.
How to change value in arraylist java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is object
What is an array and a vector? How they different from each other?
Can we declare an array without size in java?