开发者

Is servlet just like httpHandler in .Net?

开发者 https://www.devze.com 2023-02-15 08:18 出处:网络
Anone can compare those two? Any similarity开发者_运维技巧 and difference?Not Exactly, but you can achieve more and less the same functionality as sync HTTPHandler.As far as I know Servlet is more gen

Anone can compare those two? Any similarity开发者_运维技巧 and difference?


Not Exactly, but you can achieve more and less the same functionality as sync HTTPHandler.


As far as I know Servlet is more general purpose you can implement more protocols using it e.g. SIP, other than just http. But it is the basis of all Java serverside web technologies

0

精彩评论

暂无评论...
验证码 换一张
取 消