How do you set security in applets?
How to synchronize jsp page?
what is a Daemon Thread?
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); } }
What are the sequence of steps to write pub or sub model kind of application?
what is container?
What is the purpose of the notify() method?
whats is mean by connectionpooling
whether the connectionpooling used in struts?
How task's priority is used in scheduling?
What’s jboss cache in short?
What is message driven beam?
types of exceptions