Computer Science, asked by superrv002, 5 months ago

list types of servlets and default port for the services​

Answers

Answered by shruthi2866
4

Answer:

There are two main servlet types, generic and HTTP:

There are two main servlet types, generic and HTTP:Generic servlets

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.Are protocol independent. They contain no inherent HTTP support or any other transport protocol.

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.Are protocol independent. They contain no inherent HTTP support or any other transport protocol.HTTP servlets

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.Are protocol independent. They contain no inherent HTTP support or any other transport protocol.HTTP servletsExtend javax.servlet.HttpServlet.

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.Are protocol independent. They contain no inherent HTTP support or any other transport protocol.HTTP servletsExtend javax.servlet.HttpServlet.Have built-in HTTP protocol support and are more useful in a Sun Java System Web Server environment.

There are two main servlet types, generic and HTTP:Generic servletsExtend javax.servlet.GenericServlet.Are protocol independent. They contain no inherent HTTP support or any other transport protocol.HTTP servletsExtend javax.servlet.HttpServlet.Have built-in HTTP protocol support and are more useful in a Sun Java System Web Server environment.For both servlet types, you implement the constructor method init() and the destructor method destroy() to initialize or deallocate resources.

Hope it helps you

Explanation:

Mark me as a Brainliest

Answered by purvesh5478
2

Answer:

default port ke baare me bhi bata do

Similar questions