explain System.out.println
Answer Posted / minnu
System is a class. out is an object of class PrintStream and
is static and in class System. println() is a methode in
class PrintStream, which can be called by using object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why does java have different data types for integers and floating-point values?
How do you write a scanner class in java?
What is widening and narrowing in java? Discuss with an example.
When should I use stringbuffer?
What is canonical name in java?
What is the difference between scrollbar and scrollpane?
Write a java program that prints all the values given at command-line.
What are untrusted applets?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
what do you understand by the term string with respect to java?
Explain differences between collection api and stream api?
Where are the card layouts used?
What is a protected void?
What is the importance of finally block in exception handling?
What is return code?