What are the thread-to-thread communcation?
wahts is mean by dynavalidatorform in struts/
What is source and listener?
which type of objects reference will be given to client?
What exceptions are thrown by RMI?
What modifiers may be used with an interface declaration?
How many JSP scripting elements and what are they?
What is Introspection?
what is a portable component?
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 is handle?
How do you iterate in Hashmap?
Where can I ask questions and make suggestions about seam?