explain System.out.println
Answer Posted / avinash
in c print and in c++ cout and in java
system.out.println()
system is classand package and out is an object of the
class printstream println is method of the printstream
printing string on console
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
Which java ide is used the most?
Can size_t be negative?
Which class represents the socket that both the client and server use to communicate with each other?
What is skeleton and stub?
Tell some latest versions in JAVA related areas?
What does function identity () do?
What is static variable with example?
What is int lol?
how can you catch multiple exceptions in java?
Can vector have duplicates in java?
what is recursion in java
What are scalar data types?
Is a class an object?
Can you explain the private protected field modifier?
Does a class inherit the constructors of its superclass in java programming?