explain System.out.println
Answer Posted / sachin
System.out.println();
System - System is class
Out - Is an object of output stream (PrintStream class)
which is static and defined in System class.
Println()- Method from PrintStream class which use to write
output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of inheritance in java?
Write a method that will remove given character from the string?
What are the two types of java programming?
What is a lock or purpose of locks in java?
What is :: operator in java?
what is the difference between Object Based Language and Object Oriented Language?
Write a program to calculate factorial in java?
What is illegal identifier in java?
Why do we use predicate in java?
How can I right-justify a string?
What is the difference between char and char *?
What is a databasemetadata?
Write a function to find out longest palindrome in a given string?
If a class is declared without any access modifiers, where can the class be accessed?
What methods are used to get and set the text label displayed by a button object?