explain System.out.println
Answer Posted / pragya
System:It is a class in lang package and
out:it is static member of System class and object of PrintStream class........
println():this is the method defined in PrintStream class
which prints the sentence in new line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the three types of design patterns?
Can constructor be static or final?
What do you mean by of string::valueof expression in java 8?
What is keyword and identifier?
Can we pass a primitive type by reference in java? How
What is the base class for error and exception?
What is a databasemetadata?
How to do encapsulation in java?
what is object slice?
What is lossy conversion in java?
What is the purpose of the strictfp keyword?
How can u increase the heap size in the memory?
Why is inheritance used in java?
What are different exception types exceptions available in java ?
Can we make a constructor final?