explain System.out.println

Answer Posted / trip

System: Class of java.lang package
out: predefine stream variable
println: method of PrintStream class (which is a type of
object reference by System.out)

Is This Answer Correct ?    15 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a functional interface?

545


Define how can we find the actual size of an object on the heap?

652


What value is a variable of the string type automatically initialized?

610


What is a superclass?

920


What is protected access modifier?

574






What are the differences between path and classpath variables?

488


How many bits is a char?

533


what is comparable and comparator interface?

574


I want to persist data of objects for later use. What is the best approach to do so?

591


What is difference between hashset and hashmap in java?

462


Why is it called boolean?

521


Difference between static synchronization vs. Instance synchronization?

558


Convert a BST into a DLL and DLL to BST in place.

669


What are data types in oop?

549


What is Applet Stub Interface ?

1962