System.out.println("somestring"); It will create any object
or not
Answer Posted / manish pal
yes it create 2 objects
first for string literal
second for print stream
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are measurable parameters?
Why singleton class is used in java?
Is it possible to use string in the switch case?
What is a values collection view ?
What is matcher in java?
What are static methods?
What is string [] args?
What is the difference between the font and fontmetrics classes in java programming?
What does i ++ mean in Java?
Can a top level class be private or protected?
Explain java coding standards for interfaces?
What is difference between string and new string?
what are the methods in object?
What is a top level class in java?
Can we change the value of static variable?