define System.out.println(); what is the meaning!
Answer Posted / stranger_ajnabi53@yahoo.c
System is a class
out is a method of printstream.
println is method .
| Is This Answer Correct ? | 36 Yes | 92 No |
Post New Answer View All Answers
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What are the different data types in java?
What is boolean used for?
Is char * a string?
What do you understand by a Static Variable?
What are different access specifiers in java?
How to check if linked list contains loop in java?
What is the maximum size of hashmap in java?
What is valid keyword in java?
What is use of super keyword?
What is byte data type?
What does singleton class mean?
why not override thread to make a runnable? : Java thread
What is function declaration?
Can we execute a program without main() method?