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
Which api is provided by java for operations on set of objects?
What is immutability in java?
What is double parsedouble in java?
What is a “stateless” protocol ?
When should you use arraylist and when should you use linkedlist?
What does the three dot emoji mean?
What is the best definition for data?
What is a class component?
How does arraylist work in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
Write a program to solve producer consumer problem in java?
What type of variable is error flag?
What is a marker interface?
What is another word for methodology?
What is serial version uid and its importance in java?