What is the difference between Trusted and Untrusted
Applet ?
Answer Posted / bharat v
Trusted applet provides security and Untrusted applet
dosen't provide any security.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Difference between final and effectively final ? Why is effectively final even required ?
How do you start a thread?
What are the advantages of passing this into a method instead of the current class object itself?
why we use merge option in hybernate pls give a ex snippet
How do you generate random numbers in java?
What happens to a static var that is defined within a method of a class?
Why arraylist is not synchronized in java example?
What is meant by flickering?
What do you mean by multithreaded program?
When the constructor of a class is invoked?
What happens when a thrown exception is not handled?
What is indexof?
define polymorphism in java
I want to persist data of objects for later use. What’s the best approach to do so?
What is anonymous inner class?