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
How to commuincate between an applet and a servlet?
What are the phases of a servlet life cycle?
When jsessionid is created?
What is difference between PrintWriter and ServletOutputStream?
What is a servlet context object?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How will two or three servlets interact or communicate with each other?
How can we invoke another servlet in a different application?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What do you mean by interservlet communication?
What is httpservlet and how it is different from genericservlet?
Explain in brief the directory structure of a web application?
Which is better jsp or servlet?
How can an existing session be invalidated?
What is the dispatcher servlet?