explain System.out.println
Answer Posted / pawan
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you create an array in java?
How do you call a reference in java?
What is an exception in java?
What are unchecked exceptions in java?
What string is utf8?
Can constructor be protected in java?
Explain garbage collection in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Why singleton is not thread safe?
What 4 doubled?
What is thread life cycle in java?
What are the string methods in java?
Can we have 2 main methods in java class?
What is the difference between reader/writer and inputstream/output stream?
What is ordered map in java?