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

I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


how a marker interface gets its functionality and when we implements a marker interface how it got invoked

3 Answers   Mind Tree,


what are Hostile Applets?

0 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  


Define immutable object?

0 Answers  






Is there any case when finally will not be executed?

0 Answers  


Explain about the security aspect of java?

0 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


What is java lang string?

0 Answers  


Can I have constructor in Interface?

2 Answers  


Can we override constructor in java?

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


Categories