explain System.out.println()

Answers were Sorted based on User's Feedback



explain System.out.println()..

Answer / edward sudhaharchennai

out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...

Is This Answer Correct ?    0 Yes 2 No

explain System.out.println()..

Answer / navneet raushan

Static is a final class , out is the output stream and
println is the method of PrintWriter class.

Is This Answer Correct ?    0 Yes 12 No

Post New Answer

More Core Java Interview Questions

What we have to do, when we don't want to implement all methods of an interface?

5 Answers  


What is difference between wait and notify in java?

0 Answers  


what is the messsage u r going to get from an objectoriented programing?

0 Answers   MGL,


What is meant by flickering?

0 Answers  


Can a singleton class be inherited?

0 Answers  






What do you understand by the bean persistent property?

0 Answers  


How do you insert a line break?

0 Answers  


What is method Overloading in the perspective of OOPS?

6 Answers  


What advantage do java's layout managers provide over traditional windowing systems?

0 Answers  


What are predicates in java 8?

0 Answers  


is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?

3 Answers   Hexaware, TCS,


How to implement Singleton

6 Answers   DELL,


Categories