How has the sandbox changed with Java 2?
Answers were Sorted based on User's Feedback
Answer / guest
Java 2 provides the capability to specify a security policy
that determines the accesses that an applet or application
is allowed based on its source and the identities of those
who have signed the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which container method is used to cause a container to be laid out and redisplayed?
Which class is the immediate superclass of the menucomponent class?
what is default length of textfield ?
What modifiers may be used with an inner class that is a member of an outer class?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
How to send a request to garbage collector?
What is the argument type of a programs main() method?
what is disadvantage of thread?
In a multitiered application which tier is the browser in?
What are the difference between RMI and CORBA?
How can I avoid validating a form before data is entered?
How two threads will communicate with each other?