adspace


Define Static Block.

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2306