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

How many types of operators are there?

728


Is null or empty java?

761


What is the purpose of encapsulation?

742


What is anagram word?

750


What is string :: npos?

783


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

760


What is the difference between abstract classes and interfaces?

790


What are the two ways to create a thread?

749


What is the collections api?

785


List out five keywords related to exception handling ?

793


Write a program to reverse a number in java?

793


How do you use compareto in java?

750


Should database connections be singleton?

767


What is double parsedouble in java?

753


What is difference between c++ and java ?

872