A. 由servlet容器调用 B. servlet容器只调用一次init方法来初始化一个servlet C. 在servlet接受到客户请求前,init方法必须成功完成 D. init方法不能被覆盖(重写)