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 difference between PrintWriter and ServletOutputStream?
Write a program to show the functionality of servlets.
Explain is servlet mapping?
What is meant by servlet? What are the parameters of the service method?
What is session?
How the servlet is loaded?
What is called Session Tracking?
Why don't we write a constructor in a servlet?
Why do we need servlet filter?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the difference between Difference between doGet() and doPost()?
What do you mean by cgi and what are its drawbacks?
What is the difference in between the httpservlet and generic servlet?
Which is better jsp or servlet?
Does servlet have main method?