Register now or log in to join your professional community.
Java is dynamic. So we have to develop new apps using java. its not static
Who told you java dont support static array. There are many approaches to define a static array in Java for example:
String[] suit = new String[] { "ferari", "toyota", "honda", "audi" };