class Testing{ static int count = 0; public Testing(){ count++; } public static void main(String[] args){ Testing[] testObjects= new
You have to persist the value of count, for example to a file.