define System.out.println(); what is the meaning!

Answer Posted / rinal

system- system is predefined class to provide access to the
system
out - out is the output stream used to connect the
console
println- println is method which is tell the compiler to
write a new line in our console

Is This Answer Correct ?    30 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

569


What is the purpose of the file class in java programming?

522


Why can't you declare a class as protected?

593


For class CFoo { }; what default methods will the compiler generate for you>?

614


What is unicode with example?

614






Is string a data type in java?

590


Which collection is sorted in java?

540


Explain reverse a linked list iterative solution in java?

494


What is definition and declaration?

520


Which package is used for pattern matching with regular expressions?

639


What is a subsequence of a string?

541


Can we use switch statement with strings?

614


What is final?

599


What is difference between this and super keyword?

512


What is the difference between state-based unit testing and interaction-based unit testing?

493