explain System.out.println

Answer Posted / tanu

System is a predefined class
Out is "standard" output stream that is connected to the
console
println() is built-in method that display the string which
is passed to it with a new line

Is This Answer Correct ?    12 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hashing in java?

570


What is a lightweight component?

596


what is synchronization? : Java thread

563


What are the five major types of reference sources?

541


What is the advantage of preparedstatement over statement?

564






Explain the difference between map and flatmap stream operation?

820


What is hasnext in java?

578


Explain about static imports in java?

597


What are annotations in java?

620


How do you remove duplicates in java?

527


What are class members by default?

660


What is difference between c++ and java ?

671


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

572


What are functions in java?

499


How do we access static members in java?

630