What is api in j2ee?


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

Post New Answer

More J2EE Interview Questions

Which server is best for java?

0 Answers  


What is setfocusable in java?

0 Answers  


What do you understand by business logic?

0 Answers  


What is api in j2ee?

0 Answers  


Describe orm?

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,


Explain about J2EE Application Architecture

1 Answers  


Is java part of oracle?

0 Answers  


What is awt package in java?

0 Answers  


Which edition of java is used for developing web application?

0 Answers  


What is content?

0 Answers  


What is ebxml?

0 Answers  


Categories