Which component handles cluster communication in jboss?
No Answer is Posted For this Question
Be the First to Post Answer
How substring() method of string class create memory leaks?
What are callback interfaces?
Have you used threads in Servelet?
How has the sandbox changed with Java 2?
what is singleton class? where it mainly used in the projects?
What is DTD?
What is a session? Can you share a session object between different theads?
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); } }
Is infobus easy to use?
Explain the advantages and disadvantages of detached objects.
Why are some of the class and element names counter-intuitive?
diff between jsp include directive and jsp action include?