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
What is t in generics in java?
Is nan false?
Explain polymorphism citing an example.
What does string [] args mean?
What is a nested list?
Explain the difference between jvm and jre?
What is a instance variable?
What is a byte array?
Why we use protected in java?
What is Mutex (Mutual Exclusion Object) ?
What's the purpose of using break in each case of switch statement?
Is empty string in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is the dot operator?
How do you sort a string in java?