I'm analyzing a code and I found the class Constantes , which, as its name suggests, has this structure:
public final class Constantes {
public static final String PREFIJO = "prefijo_";
}
In another class I saw this import :...
asked by
11.04.2016 / 13:14