adplus-dvertising
frame-decoration

Question

What is we only create an object but don’t call any constructor for it in java?

a.

Implicit constructor will be called

b.

Object is initialized to some null values

c.

Object is not created

d.

Object is created but points to null

Answer: (d).Object is created but points to null

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is we only create an object but don’t call any constructor for it in java?