Computer Science, asked by soumiliray94, 13 days ago

Write the examples of Static and Dynamic initialization

please answer fast​

Answers

Answered by adyav291105
0

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.

hope it help u

mark me Branilest

Similar questions