Which of the following elements are the subelements of the mime-mapping element in a deployment descriptor file?
Each correct answer represents a complete solution. Choose all that apply.
Answer : C,D
John works as a Software Developer for VenTech Inc. He writes the following code using
Java.
public class vClass extends Thread
public static void main(String args[])
vClass vc=new vClass();
vc.run();
public void start()
for(int k=0;k<20;k++)
System.out.println("The value of k = "+k);
What will happen when he attempts to compile and execute the application?
Answer : D
Which of the following classes is an engine class that provides an opaque representation of cryptographic parameters?
Answer : D
Which of the following statements about programmatic security are true?
Each correct answer represents a complete solution. Choose all that apply.
Answer : A,B,C
Which of the following functions are performed by methods of the
HttpSessionActivationListener interface?
Each correct answer represents a complete solution. Choose all that apply.
Answer : B,D