Answer Posted / ishaque
There are many ways to create an object in java. They are:
By new keyword
By newInstance() method
By clone() method
By factory method etc.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How to create a fecelet view?
explain different ways of using thread? : Java thread
What is the function of http?
What is the right data type to represent a price in java?
What is the largest number a double can hold?
Is alive method in java?
How does compareto work in java?
What is codebase?
Difference between process and thread?
what is synchronization and why is it important? : Java thread
What is ph and buffers?
What is your platform’s default character encoding?
What is fail fast in java?
How can we run a java program without making any object?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?