What is tomcat in j2ee?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

What is form-based authentication?

0 Answers  


What is j2ee product?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


What are the components of J2EE application?

0 Answers  


What is the concept of connection pooling?

0 Answers  






What is setfocusable in java?

0 Answers  


What is difference between javac and java?

0 Answers  


Difference between treemap & sortedset

3 Answers   Oracle,


What does java ee stand for?

0 Answers  


Is java gui dead?

0 Answers  


Is string a primitive data type in java?

0 Answers  


Is java is fully object oriented?

0 Answers  


Categories