explain System.out.println()

Answer Posted / harika

System is a predefined class,out is a reference of
printstream class,println is a method of printstream class.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we create public static method in java?

580


What is the common usage of serialization?

571


When to use runnable interface vs thread class in java?

522


What do you understand by access specifiers in Java?

586


What happens to the Exception object after handling an exception?

1813






What is the meaning of nullable?

576


Is array a class?

519


What are namespaces in java?

525


What is the advantage of OOP in java?

661


Can java arraylist hold different types?

496


Can a constructor have different name than a class name in java?

592


Which is better arraylist or vector?

573


What is the difference between private & public & friendly classes?

552


How does varargs work in java?

611


What is the difference between replace and replace all?

475