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
What are the difference between composition and inheritance in java?
Explain the overview of UDP messaging.
What is private static class in java?
Write a function to print Fibonacci series and Tribonacci series?
Where are the local variables stored?
Can singleton class be cloned?
What is finally and finalize in java?
Why is a singleton bad?
What is polymorphism and what are the types of it?
What is the difference between static binding and dynamic binding?
Is null keyword in java?
How to change value in arraylist java?
What are register variables what are the advantages?
Why should we use singleton pattern instead of static class?
What is a marker interface?