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’s the difference between callable and runnable?
What is the replace tool?
What is difference between jdk,jre and jvm?
Is static a singleton?
Why is multithreading important?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is use of map in java?
Can we inherit inner class?
What is a java lambda expression?
How do you add an element to an arraylist in java?
What is default switch case? Give example.
What is preparedstatement in java?
Can java arraylist hold different types?
What is covariant return type?
How can the checkbox class be used to create a radio button?