how to write hello world servlet Example

前端 未结 6 838
一向
一向 2021-01-13 14:29

javaclass

package com.example;

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

// Extend HttpServlet class
public class Helloworld e         


        
6条回答
  •  耶瑟儿~
    2021-01-13 15:16

    you haven't specified the package of the servlet class write like this com.example.Helloworld

提交回复
热议问题