whats is mean by filter?
Answer / 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 |
What are different types of layout managers in java.awt package?
How task's priority is used in scheduling?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
Write a program on RMI and JDBC using StoredProcedure?
What is the difference between RMI registry and OS Agent?
how convert java file to jar files?
is servlet,struts are threadsafe or not.please telme correct answer
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What is the difference between session and entity beans?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What are transaction attributes?
what do u mean by java bean??