Answer Posted / akanksha agarwal
there are 2 type of applets-
*trusted
*untrusted
untrusted applets are constrained to operate in sand
box.they can not put the operations in user's machine which
are dangerous.this include reading and writing files.code
that are loaded from a remote machine is also untrusted.
trusted servers are those which are loaded from the local
machines.they are not dangerous for the system.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Explain in brief the directory structure of a web application?
Difference between httpservlet and generic servlets?
Write a program to show the functionality of servlets.
What is the difference between servlet and filter?
Can we use the constructor, instead of init(), to initialize servlet?
How the servlet is loaded?
What is the use of servlet context?
Explain servlet life cycle?
What is servlet name in web xml?
What if you need to span your transaction across multiple servlet invocations?
What mechanisms are used by a Servlet Container to maintain session information?
What is the directory structure of web application?
What are the uses of servlet
What is meant by servlet? What are the parameters of the service method?
What are the difference between RMI and Servlets?