[Solved] How can I access to a public final static list declared into an utility class from another class in a Java application?

[ad_1]

Are you just trying to get the list from another object?

CodUtility.listaCodiciTipologiaProgetto; Will return the list.

0

[ad_2]

solved How can I access to a public final static list declared into an utility class from another class in a Java application?