. Define Copy Constructor in Java
Answer / 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 |
What is a Java Virtual Machine?
What is variable and example?
Can we inherit the constructor in a Class?please give one example.
Advantages of Inheritance in java.
What is meant by Session? Explain something about HTTP Session Class?
What is a file pointer?
Explain different types of thread priorities ?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is meant by oops concept in java?
What is the difference between logical data independence and physical data independence?
What are data types in oop?
what is the replacement for GOTO in java?