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
Which is a valid identifier?
What is java’s garbage collected heap?
What is the default value of local and global variables?
What is flag in python?
What are the advantages of java over cpp?
can rmi and corba based applications interact ?
Why is static used?
What is the simpletimezone class in java programming?
Why is java so important?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is static class
Is treeset sorted in java?
What do you mean by multithreaded program?
Explain method overloading?
Why do we need data serialization?