explain System.out.println()

Answer Posted / sowjanya

System is the class name and out is the static variable of the System class.
Out is called a field in System Class.
Print() method is used to disply something on the monitor.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain a few methods of overloading best practices in java?

511


How do you do descending order in java?

521


Can we assign integer value to char in java?

509


Explain what access modifiers can be used for methods?

567


What is string english?

543






Difference between a process and a program?

615


Write a program to print fibonacci series

612


Can we print null in java?

574


Can you inherit from an abstract class java?

528


Explain when noclassdeffounderror will be raised ?

617


Why can't you declare a class as protected?

599


What is the biggest integer?

550


What is the difference between pass by reference and pass by pointer?

494


What is boolean data type in java?

567


Can constructor be protected in java?

507