adspace
Answer Posted / Arendra Kumar
A static block in Java is a block of code that is executed when a class is loaded into memory. It can be used for initializing static variables or performing one-time initialization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers