简述你对XML Web Service的原理的认识?
第1题:
A.list.xml
B.web.xml
C.service.xml
D.connection.xml
第2题:
6、在Web应用程序中web.xml配置了Servlet的信息,如果你的项目为LoginDemo,那么web.xml最可能位于哪个目录下()。
A.LoginDemo/
B.LoginDemo/src/
C.LoginDemo/logindemo/WEB-INF/bin/
D.LoginDemo/logindemo/WEB-INF/
第3题:
你对这门课程的“结构”如何认识?原理如何认识?
第4题:
A.<name>
B.<class>
C.<implementationClass>
D.<interfaceImplementationClass>
第5题:
简述Servlet的创建过程,以loginServlet为例,写出web.xml文件中的配置。