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 is the main method java?
What is the difference in between cpp and java? Can u explain in detail?
how we can make a read-only class in java?
Why declare Main() inside the class in java ?
What is io stream in java?
How many wrapper classes are there in java?
What is getkey () in java?
What is jagged array in java?
What is the difference between the ">>" and " >>>" operators in java?
What are the types of sockets in java?
What is a default constructor and also define copy contrucyor?
Can we override constructors?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are different access specifiers in java? Explain
What is singleton class in java and how can we make a class singleton?