How has the sandbox changed with Java 2?

Answers were Sorted based on User's Feedback



How has the sandbox changed with Java 2?..

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

How has the sandbox changed with Java 2?..

Answer / ferozsaidkhan

sanbox is changed with sandbox

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

What is a modular application? What does module-relative mean?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


Explain the life cycle of servlet?

3 Answers   Cognizant, HCL,


What is deadlock?

2 Answers  


What is the purpose of the notifyall() method?

0 Answers  






Do I have to use jsps with my application?

0 Answers  


How two threads will communicate with each other?

2 Answers  


Differences between applications and applets?

3 Answers  


Can you give me a simple example of using the requiredif validator rule?

0 Answers  


Is infobus easy to use?

0 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


What is a compilation unit?

1 Answers  


Categories