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

What are nested classes in java?

607


What do you understand by soft reference?

586


What is the r character?

588


What does += mean in java?

576


What type of value does sizeof return?

543






How many bits is a string?

525


What is hashing in java?

571


Do we need to manually write Copy Constructor?

606


What will happen to the exception object after exception handling?

575


What is ctrl m character?

518


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

707


Is java a utf 8 string?

532


What is the different types of functions?

561


write a program that list all permutations of ABCDEF in which A appears before B?

2013


Does substring create a new object?

530