explain System.out.println
Answer Posted / prateek
System is a class
out is a static member in system class, which(out) is
already an object of PrintStream class
and finally
Println() is a method defined in PrintStream class...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the point of polymorphism java?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is t type java?
How can we make string upper case or lower case?
What is variable length arguments in java?
Why do we need variables?
What isan abstract class and when do you use it?
Can we create an object of private class?
Is string a data type in java?
What is the purpose of format function?
What is the difference between pass by reference and pass by pointer?
What is difference between variable declaration and definition?
What is the disadvantage of java?
Explain the difference between association, aggregation and inheritance relationships.
How do you sort a set in java?