写出以下JavaScript代码在浏览器中的显示结果
目前在Internet上应用最为广泛的服务是______。
A、FTP服务
B、Web服务
C、Telnet服务
D、Gopher服务
假设在helloapp应用中有一个HelloServlet类,它位于org.javathinker包下,那么这个类的class文件应该放在()目录下
A、helloapp/HelloServletclass
B、helloapp/WEB-INF/HelloServletclass
C、helloapp/WEB-INF/classes/HelloServletclass
D、helloapp/WEB-INF/classes/org/javathinker/HelloServletclass
A、CallableStatement
B、PreparedStatement
C、ProcedureStatement
D、Statement
A、//注释内容
B、
C、
D、/*注释内容*/