System.out.println("somestring"); It will create any object
or not
Answer Posted / aslam
Yes, It will create PrintStream object
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What are the 8 data types in java?
What are multiple inheritances? Is it supported by java?
Why does java have two ways to create child threads?
What is a java string?
Difference between this() and super() ?
What are the drawbacks for singleton class?
Is it possible to override private or static method in java?
What is the importance of finally block in exception handling?
What is string array?
How to check if linked list contains loop in java?
What is the private method modifier?
What is array initialization in java?
How destructors are defined in java?
What is Gang of four design patterns
What is substring 1 in java?