whats is mean by connectionpooling
No Answer is Posted For this Question
Be the First to Post Answer
Difference between sleep and suspend?
Write a singleton program?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
What is the difference between session and entity beans?
What is Lock Based Protocol and what is its use?
How to add new JTabbed pane?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
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 run seam with jdk 1.4 and earlier?
how convert java file to jar files?
can i call multipule form beans in Action class?
What’s jboss cache in short?