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
What is the use of httpservletresponsewrapper?
What are the types of servlet?
What is servlet in simple terms?
What is the difference between the servlets and cgi programs?
Explain the difference between servlet and cgi?
What are common tasks performed by Servlet Container?
Which are the different ways you can communicate between servlets?
What are the different methods of session management in servlets?
Is servlet a controller?
Difference between forward() method and sendredirect() method ?
What are the difference between session and cookies in servlet? Explain
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What exception should be thrown when servlet is not properly initialized?
Explain web container.