Tag: web technology
Questions Related to web technology
-
Server administrators Role
-
Anonymous User
-
Everyone Group
-
All authenticated users Role
-
Source entry can be updated by clicking the shortcut
-
If the source entry is deleted, shortcut icon changes to indicate a broken link
-
Access permission for a shortcut entry can be changed
-
The access permission given to the shortcut entry does not change the access permission of source entry
-
ServeltRequest
-
ServletContext
-
ServletResponse
-
ServeltPath
-
ServletConfig
-
Servlets are used to process the client request
-
Servlets enables rapid development of mission-critical application that are versatile, reusable and portable across middleware while protecting IT investment
-
A Servlet can handle multiple request concurrently and be used to develop high performance system
-
A Servlet can be used to load balance among serveral servers, as Servlet can easily forward request
-
With the help of servlet we can achieve Clustering
-
Run on Java enabled web browser
-
Serverside Applet
-
Platform independent
-
Multithread processing
-
Session information is maintainable with servlets
-
Delivery service
-
Data movement service
-
Event management service
-
Job service
-
Source entry can be updated by clicking the shortcut
-
If the source entry is deleted, shortcut icon changes to indicate a broken link
-
Access permission for a shortcut entry can be changed
-
The access permission given to the shortcut entry does not change the access permission of source entry
-
destroy()
-
start()
-
run()
-
none of the above
-
public
-
private
-
abstract
-
protected
-
only pass by value
-
only pass by reference
-
supports both
-
none of the above