define System.out.println(); what is the meaning!
Answer Posted / mayur
System is a class which is present inside the package
java.lang ,which is imported by default. System class
provides access to system,It contains 3 predefined stream
variable in,out and err.
System.out refers to the standard output stream. By default
this is console.
println() stands for printline,used to produce output of the
data on screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is stringbuffer called mutable?
What is java console application?
What is string buffer?
what is deadlock? : Java thread
What do you understand by weak reference?
What is the difference between jfc & wfc?
Explain differences between collection api and stream api?
What is the use of set in java?
Why super is first line in java?
Explain the difference between map and flatmap stream operation?
Explain when classnotfoundexception will be raised ?
How many ways can we create singleton class?
Explain the difference between the public, private, final, protected, and default modifiers?
Is intellij better than eclipse?
What is fail first in java?