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 not object oriented programming?
What is the difference between preparedstatement and statement in java?
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
what is the collable collections in java?
Write a java program to generate fibonacci series ?
Using callable statement how can you pass out parameters, explain with example?
i need source code for income tax program using java inheritance
What is the vector class in java programming?
why doesn't java run on all platforms?
What is the argument type of main() method?
What is appletviewer?