import com.engine.common.util.Utils; public class TestObj { public static void main(String[] args) { Utils.test1(); Utils.test1(); } }