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 split string in java?
Why local variables are stored in stack?
What is a dot notation?
Difference between java and javascript
What is a qms manual?
What is += mean in java?
Define linked list and its features with signature?
Can a constructor have different name than a class name in java?
Explain creating threads by extending thread class ?
What is a method in programming?
How do you input a string in java?
What is constant in programming?
What is the return type of the main method?
How do you format in java?
What is quick sort in java?