Java Classes Question:

What is the difference between instantiation & initialization?

Java Classes Interview Question
Java Classes Interview Question

Answer:

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

Initialization will actually allocate memory.


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