How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / xxxx
with out new operater we can create object. Because the
String varible is taken as an object in java, which is
created with out new operater.
ex.
String str="xxxx";
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is java and their uses?
What is complexity in java?
what invokes a threads run() method? : Java thread
What is string and example?
Explain implementation and how is it different from conversion?
What is nested interface?
What is the structure of java?
What is implicit object in java?
What is difference between == equals () and compareto () method?
Is passing by reference faster?
What is the list interface?
What is dynamic array in java?
Where are local variables stored?
What is a java object and java application?
Which containers use a flowlayout as their default layout in java programming?