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 static data type in java?
How do you include a string in java?
How is final different from finally and finalize?
Write a method that will remove given character from the string?
What is bubble sort in java?
What do you mean by object?
Can we inherit inner class?
Why to use nested classes in java?
Is java written in c?
What is a java lambda expression?
What are controls and their different types in awt?
How do you reverse sort a list in java?
Why is it called boolean?
Why for each loop is used?
What is wrapper class html?