For Example if I Create array of object And assing data...
short version of problem. array[0].init(\"ce\", 2) array[1].init(\"nh\", 2)
Output... Of array[0] Will
If a data member is static, this means that it is shared by all instances of the class:
static
public static String ch_v; public static int x = 0, y = -5, y_max = 325;
Remove the two static modifiers.