explain System.out.println
Answer Posted / prateek
System is a class
out is a static member in system class, which(out) is
already an object of PrintStream class
and finally
Println() is a method defined in PrintStream class...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you implement polymorphism in our day to day life?
What is static and final keyword in java?
Explain what is Marker interface?
How do you replace a string in java?
What is a stack class in java ?
Can we convert stringbuffer to string?
How do you sort arraylist in descending order?
What is public/private protected in java?
what is mutual exclusion? : Java thread
How many bytes is a unicode character?
How can a gui component handle its own events?
Explain about the performance aspects of core java?
What is bitwise complement?
What is Java Reflection API? Why it’s so important to have?
how to handle exceptions in ejb?