explain System.out.println
Answer Posted / anand_pbc
System is a final class in java.lang package
out is "PrintStream" type of static field in System class
(The "standard" output stream)
println is a method in class PrintStream (this is class is
in java.io package)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the direct buffer and non-direct buffer in java?
What is byte data type?
What is string [] java?
Explain the JDB in depth & command line.
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is udp in java?
What about member inner classes?
What is Mutex (Mutual Exclusion Object) ?
How many types of assembly languages are there?
What is difference between classpath and path variables in java?
What kind of variables can a class consist?
What do you know about the garbage collector in java?
What is the size of a string in java?
What are daemon Threads in java?
Java Compiler is stored in JDK, JRE or JVM?