What is application assembler?


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

Post New Answer

More J2EE Interview Questions

why we are using XML?

14 Answers   TCS,


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 is java technology stack?

0 Answers  


What are the topics in j2ee?

0 Answers  


What is authorization?

0 Answers  






Why is java called object oriented?

0 Answers  


What is comment?

0 Answers  


What is document root?

0 Answers  


What is devops in java?

0 Answers  


What is java listener?

0 Answers  


Why is java called technology?

0 Answers  


What is general entity?

0 Answers  


Categories