AS a developer will u create a data source in connection
pool? If so how will u do that, how to access the object
from connection pool using IRAD tool?
No Answer is Posted For this Question
Be the First to Post Answer
the advantages of polymorphic
What is servlet preinitialization
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); } }
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What are the various thread priorities?
What is ripple effect?
What are the different algorithms used for clustering?
What are local interfaces? Describe.
What is thread deadlock? How to resolve thread deadlock?
What invokes a thread?s run() method?
What do you need to set-up a cluster with jboss?
What are the ways to define classes that can be run as threads?