Computer Science, asked by SampatKumarmahapatra, 8 months ago

Difference Between static and dynamic initialisation

Answers

Answered by yogichaudhary
7

Answer:

A static method can be accessed directly by the class name and doesn't need any object. A static method cannot refer to "this" or "super" keywords in anyway. Java allows its programmers to initialize a variable at run time also. Initializing a variable at run time is called dynamic initialization.

Similar questions