What is j2ee application model?


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

Post New Answer

More J2EE Interview Questions

Why java is called robust and secure?

0 Answers  


What is javamail?

0 Answers  


What is context root?

0 Answers  


Is string an object in java?

0 Answers  


What are j2ee technologies?

0 Answers  






What is java api for xml-based rpc (jax-rpc)?

0 Answers  


Which is latest technology in java?

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 applications?

0 Answers  


What is cmp in j2ee?

0 Answers  


On which platform j2ee is based?

0 Answers  


What is button in java?

0 Answers  


Categories