define System.out.println(); what is the meaning!
Answer Posted / amit j bhavsar
in java system is predefine class that provides access to
the system.
in java out means,out is the output stream that is
connected to the console.
in java println is a one method which is print the statment.
Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between call by refrence and call by value?
What is comparator in java?
Explain the init method?
Explain the reason behind ending a program with a system.exit(0)?
Can a constructor be private and how are this() and super() method used with constructor?
Is Java a dying language?
Can we declare the static variables and methods in an abstract class?
How do weakhashmap works?
What are static blocks and static initalizers in java ?
Explain the difference between map and flatmap stream operation?
What are reference variables in java?
What are 3 data types?
What is connection class in java?
What is the association?
In how many ways we can create threads in java?