A. 通过实现Runnable接口可以创建多线程程序 B. Runnable接口是在java.lang包下 C. 实现Runnable接口必须重写run()方法 D. 通过Runnable接口中的start()方法可以开启线程
A. 对 B. 错