Answer Posted / guest
The applet sandbox is a mechanism by which all applets that
are loaded over a network are prevented from accessing
security-sensitive resources, such as the local file system
and networking resources.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What value does read() return when it has reached the end of a file?
Brief description about local interfaces?
How to pass parameters in RMI?
Why are component architectures useful?
What is the difference between static and non-static with examples?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How task's priority is used in scheduling?
Write a program to show synchronization?
What are JTA/JTS and how they used by client?
What is the argument type of a programs main() method?
Difference between DurableSubscription and non- DurableSubscription?
Name the class that is used to bind the server object with RMI Registry?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is a session? Can you share a session object between different theads?