粘贴源码 package com.test; import java.util.Random; public class Test { static int number=12; private int age; private String name; public Test(int i, String string) { // TODO Auto-generated constructor stub this.age=i; this.name=string; } public Test()…