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

how to open and edit XML file in Weblogic???

1547


What is the difference between logical data independence and physical data independence?

531


What is the purpose of encapsulation?

538


What are thread priorities and importance of thread priorities in java?

626


What is the difference between I ++ and ++ I in java?

505






What is string pool?

625


What is string :: npos?

577


What are selection structures?

536


What modifiers are allowed for methods in an interface?

642


How to perform quicksort in java?

561


What is return type in java?

628


What is the difference between Array and Hash Table?

541


Which one of the following suits the description of a string better: derived or primitive?

511


How many types of variables are there?

666


What are keywords give examples?

576