explain System.out.println()
Answers were Sorted based on User's Feedback
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 |
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 |
What is data type in java?
What is jee6?
Is null false in java?
What is the difference between Checked and Unchecked exception? Give some examples
What is inheritance?
5 Answers Accenture, Hexaware, Syntel,
Can an object subclass another object?
what is inner class?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Difference between nested and inner classes ?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Why should we use java?