可学答题网 > 问答 > SCWCD(310-083)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Click the Exhibit butt


Click the Exhibit button. As a maintenance feature, you have created this servlet to allow you to upload and remove files on yourweb server. Unfortunately, while testing this servlet, you try to upload a file using an HTTP request and onthis servlet, the web container returns a 404 status. What is wrong with this servlet?()

  • AHTTP does NOT support file upload operations.
  • BThe servlet constructor must NOT have any parameters.
  • CThe servlet needs a service method to dispatch the requests to the helper methods.
  • DThe doPut and doDelete methods do NOT map to the proper HTTP methods.
参考答案
参考解析:
分类:SCWCD(310-083)题库