Write the examples of Static and Dynamic initialization
please answer fast
Answers
Answered by
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