javaclass
package com.example; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; // Extend HttpServlet class public class Helloworld e
you haven't specified the package of the servlet class write like this com.example.Helloworld