Computer Applications

Name the following:

(a) Method with the same name as of the class and is invoked every time an object is created.
(b) Keyword to access the classes of a package.

Java Constructors

14 Likes

Answer

(a) Constructor

(b) import

Answered By

9 Likes


Related Questions