Java Classes Question:

What is the difference between instantiation & initialization?

Tweet Share WhatsApp

Answer:

Instance ation will not allocate memory, just a instance will be created.

Initialization will actually allocate memory.

Read All 76 Java Classes Questions
Previous QuestionNext Question
In System.out.println() explain it.My doubt, we call static method with Class name but here what is "out"?If the method does not return a value, its return type must be void

A) True
B) False