Answer Posted / 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 |
Post New Answer View All Answers
What is abstract schema?
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!
what are the activation groupworks?
What’s jboss jbpm?
What do you mean by Socket Programming?
What are the sequence of steps to write pub or sub model kind of application?
To what value is a variable of the string type automatically initialized?
How to determine SGA site?
how do you Handle Front End Application data against DB with example?
What value does read() return when it has reached the end of a file?
whats is statement and procedure
How task's priority is used in scheduling?
Name the class that is used to bind the server object with RMI Registry?
What’s jboss cache in short?
What is the purpose of the notify() method?