explain System.out.println
Answer Posted / naresh
system: is a class name
out: is a static variable in system class.when we call out
a printstream object will be created internally.
println(): method of printstream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the escape character in java?
What is a generic code?
Mention a package that is used for linked list class in java.
What is an empty string in css?
What is a linkedhashmap java?
What is math in java?
What's the base class of all exception classes?
What is the meaning of find and replace?
What is the purpose class.forname method?
When will you define a method as static in Java?
How can we create a thread in java?
What is ph and buffers?
What is arguments in java?
Explain working of call by reference function invoking.
What is hash table in java?