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


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

CodUtility.listaCodiciTipologiaProgetto; Will return the list.

0

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