how many static initializers can you have as many


How many static initializers can you have ?

As many as you want, but the static initializers and class variable initializers are implemented in textual order and may not refer to class variables declared in the class whose declarations appear textually after the use, even though these class variables are in scope.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: how many static initializers can you have as many
Reference No:- TGS0310947

Expected delivery within 24 Hours