how to write hello world servlet Example

前端 未结 6 703
一向
一向 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:11

    Use following :

    
        HelloForm
        com.example.Helloworld
    
    
    
        HelloForm
        /HelloForm
    
    

    and type your url: like localhost:8080/projectName/HelloForm It may work. And I think you are beginner so go This link . Here is complete tutorial...aboutt this

提交回复
热议问题