Answer Posted / aditi
While surfing the World Wide Web, we frequently come across
pages that contain Java applets. These applets are small
programs, written by people that we often don’t know or
trust. However, their programs are being downloaded to, and
executed on, your machine.
The Java Filter lets you take control over which applets
you want on your machine and which you don’t.
The Java Filter gives effective protection against unwanted
execution of Java applets, without having to switch off
Java support of your browser. For example, you could only
allow applets from within your firewall onto your computer.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the relationship between an event-listener interface and an event-adapter class?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Explain the difference between object state and behavior?
What is permgen or permanent generation?
What is a modular application?
Is infobus easy to use?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the difference between the session.get() method and the session.load() method?
What are the sequence of steps to write pub or sub model kind of application?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the highest-level event class of the event-delegation model?
Why a client should be multithreading? Explain.
Explain the steps in details to load the server object dynamically?
Which component handles cluster communication in jboss?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.