I found a code where it declared code like
private final static String API_RTN_SUCCESS = \"0\";
private final static String API_RTN_ERROR = \"1\";
public st
private static final String API_RTN_ERROR= "1";
private final static String API_RTN_ERROR= "1";
static private final String API_RTN_ERROR= "1";
static final private String API_RTN_ERROR= "1";
final static private String API_RTN_ERROR= "1";
final private static String API_RTN_ERROR= "1";
even all above are same the position of first three is intercangeable.