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 |
Can I have an action without a form?
whats is mean by object and class?
what are JSP tags? what is difference between include action and directory?
What invokes a thread?s run() method?
What are the types of data passing mechanisams under JMS specification?
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
In howmany ways a thread can be created?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
is servlet,struts are threadsafe or not.please telme correct answer
diffrence between jsp and servelts.
Explain the difference between object state and behavior?
Difference between new operator and class.forname().newinstance()?