explain System.out.println
Answer Posted / arun gopal
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 791 Yes | 59 No |
Post New Answer View All Answers
What is java and its types?
What is the purpose of the system class in java?
What is a variable declaration?
What is predicate in java?
What are abstract classes and anonymous classes?
What is the difference between access specifiers and access modifiers in java?
What do bitwise operators do?
Explain about oops concepts.
What is the difference between super class & sub class?
Is string is a class in java?
define the terminology association.
Can constructor be inherited?
Are arrays primitive data types?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is class and object in java?