explain System.out.println()

Answer Posted / t.jaya govind sudhakar

in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of 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 public static void main?

567


What are the actions that can occur when a thread enters blocked state?

581


What is scope of a variable?

603


What is difference between jdk,jre and jvm?

566


What is a modifier?

865






What is the difference between ArrayList and Vector? which one is better in Java

605


Can the interface be final?

577


what is meant wrapper classes?

605


What is a singleton factory?

512


What is main difference between variable and constant?

525


how we can create packages in java?

520


Can a constructor call the constructor of parent class?

539


which class is the wait() method defined in? : Java thread

522


What are the topics in advance java?

517


What do you understand by synchronization?

592