static and dynamic initialization
Answers
Answered by
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
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