Computer Science, asked by Anonymous, 9 months ago

static and dynamic initialization​

Answers

Answered by dalbagsinghdalbagtha
6

Answer:

Static variable initialization means to share the common data to every function or other package. Once you initialize the variable it can be used till the inner class ending statement. Where, Dynamic variable Initialize multiple times at runtime also. But cannot be used in inner classed.

Answered by purujitpranshu
3

Answer:

Static variable initialization means to share the common data to every function or other package. Once you initialize the variable it can be used till the inner class ending statement. Where, Dynamic variable Initialize multiple times at runtime also. But cannot be used in inner classed.

Similar questions