So I am trying to build a simple site that works like this.
Normally: www.XYZ.com/hello?id=912 (in this case the parameters inputed are id which is 912) In this case, the class "hello" extends HTTPServlet
Preferred Way: www.XYZ.com/hello/912(In this appended after a forward slash is in the url itself)
What would I do here? instead of extending another HTTPServlett
Thank you for your time