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 |
What is runnable?
What is a class loader? What are the different class loaders used by jvm?
What is a session? Can you share a session object between different theads?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Is multiple try block is possible in single java Application......
what we can't do in jdbc but can do hibernate?
What is the difference between a menuitem and a checkboxmenuitem?
Difference between loadclass and class.forname?
What are the different methods of identifying an object?
How messaging services are done, before release of JMS?
What is codebase in applet?
whats is mean by class.forName() whats the return type of class