Does Java have a default copy constructor (like in C++)?

Viewed 10314

Does Java has a default copy constructor as C++? If it has one - does it remain usable if I declare another constructor (not a copy constructor) explicitly?

7 Answers
Related