explain System.out.println()

Answer Posted / esha prasad

As I remember, System is a class, out is a static
field/reference to an object of type Output stream and
println is the method of that o/p class.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make a class singleton?

688


Why is java called java?

635


Can inner class final?

751


How do generics work in java?

610


What is dynamic binding(late binding)?

695






What are the problems faced by java programmers who don't use layout managers?

636


What does java stand for?

671


How many types of design patterns are there?

634


Is ruby built on java?

620


What is the difference between preparedstatement and statement in java?

655


What is a default method?

618


What is multi-catch block in java?

702


Explain some best practices you would apply while using collection in java?

674


Which is bigger float or double java?

620


What are "class access modifiers" in Java?

695