System.out.println("somestring"); It will create any object
or not
Answer Posted / maulik
yes, it can create..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain different types of thread priorities ?
What is stack class in java?
What is the difference between equals() and == in java?
What are the restrictions that are applied to the java static methods?
What is variable argument in java?
What is the effect of keeping a constructor private?
What's the difference between comparison done by equals method and == operator?
What is an immutable class?
Which are different kinds of source code?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What are the approaches that you will follow for making a program very efficient?
What is consumer in java?
What is difference between adapter class and listener?
Define class?