How do you set security in applets?
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); } }
can i call multipule form beans in Action class?
Name three subclasses of the component class?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
Explain about local interfaces.
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
whether the connectionpooling used in struts?
what is difference between object state and behaviour?
What is rmic?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
the use of try and ffinally keyword
What are the implicit objects?