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 to create an interface?

625


List some important characteristics on jre

594


What is consumer interface?

558


Write a program in java to create a doubly linked list containing n nodes.

555


What is map and hashmap in java?

622






What is a predicate method?

562


What is the benefit of using enum to declare a constant?

661


How do you format in java?

549


Explain the differences between static and dynamic variables?

586


What is private static in java?

581


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

577


What is the synonym of procedure?

530


Explain the importance of throws keyword in java?

569


What is the base class of all exception classes in java?

570


How arrays are stored in memory in java?

513