Tag: web technology
Questions Related to web technology
-
no
-
yes but except service()
-
yes except init()
-
yes except destroy()
-
GenericServlet
-
service()
-
doTrace()
-
HttpServlet class its a sub class of GenericServlet class
-
no difference
-
servlet runs slowly than CGI
-
CGI is a complex process , servlet is easier ie lieght weight component
-
none of these
-
service() only
-
destroy()
-
doPost,doGet
-
doPost,doGet,doTrace(),doOption(),doDelete()
-
data size is limited(upto 256 datas) in doGet() , doPost has no limit for datas
-
doPost() is secure than doGet
-
both of above
-
none of these
-
both are same
-
servletConfig helps for share information to all serlvet classes
-
servletCofig for particular servlet configuration and servletContext toshare information to all serlvet classes
-
none of these