أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
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" };