Answer Posted / nashiinformaticssolutions
A Copy Constructor in Java is a constructor that initializes an object through another object of the same class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of static method?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What are controls and their different types in awt?
Is cout buffered?
Explain the difference between intermediate and terminal operations in java8?
Explain creating threads by extending thread class ?
What is meant by method?
Which is illegal identifier in java?
What is Major and importance difference between for and foreach loop ?
What is the purpose of skeleton and stub?
What is a condition in programming?
Difference between final and effectively final ? Why is effectively final even required ?
If a variable is declared as private, where may the variable be accessed?
How do you check if two strings are equal in java?
Can an interface extend a class?