explain System.out.println

Answer Posted / umesh

'System'= a class in java.lang package
'out' = a static object of PrintStream class in java.io
package
'prinln()' = method in the PrintStream class.....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the transient keyword?

625


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

589


What is illegal identifier in java?

529


How to use Media tracker Class.

640


How to sort array of 0 and 1 in java?

540






What exactly is a .class file?

571


What are the elements of java?

557


What are the data types supported by java?

542


What is an escape character in java?

525


What class of exceptions are generated by the java run-time system?

624


Similarity and difference between static block and static method ?

530


What is the difference between && and & in java?

567


Can a constructor call the constructor of parent class?

532


Can we write method inside a method in java?

519


Can we declare a constructor as final?

672