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
Explain about fail fast iterators in java?
Why parsing is done?
What is a parameter in a function?
Is namespace same as package in java?
What is a type parameter in java?
Why strings in java are called as immutable?
What is string pool?
Why stringbuilder is not thread safe in java?
Define inheritance with reference to java.
What classes of exceptions may be caught by a catch clause in java programming?
What is the use of keywords in java?
Is java a utf 8 string?
What does you mean in math?
What is the final class modifier?
How to make a non daemon thread as daemon?