explain System.out.println()

Answer Posted / debargha

System is a predefined final class;
out is a PrintStream object
and println is a built-in overloaded method in the out object.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between vector and arraylist.

582


What is meant by singleton class?

600


What is the intersection and union methods?

546


What is an interface in java? Explain

577


Why declare Main() inside the class in java ?

606






How we can declare a static variable?

651


How many characters is 2 bytes?

527


What is constructor in java ?

634


Can a final variable be null?

544


hr interview how many minutes asking question

1566


Write a method to check if input string is palindrome?

580


What is the final variable?

581


What is the java virtual machine?

579


Are variables stored in ram?

553


What does int [] mean in java?

536