1. 启动一个线程实例new Thread(new instance(RequestParam)).start();2.调用方法实现runnable接口class instance implements Runnable { public void run{}}