explain System.out.println
Answer Posted / dsr
system:system class
out->out is a object of printstream
print->method of printstream class
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
What is the use of singleton class?
What is return null in java?
What is Major and importance difference between for and foreach loop ?
What is a class variable?
What is ternary operator?
Explain public static void main(string args[]).
What do you mean by collectors in java 8?
Can an unreferenced object be referenced again?
What is the base class for error and exception?
How to solve the problem of generating the unique hash keys with hash function?
Can abstract class have private constructor?
How do you declare an array in java?
What is a final class ?
Can we override constructor in java?
What is a dynamic array in java?