What does the application client module contain?


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

Post New Answer

More J2EE Interview Questions

Explain the j2ee tiers.

0 Answers  


What is ebxml?

0 Answers  


What are the technologies a java developer must know?

0 Answers  


Why is j2ee needed?

0 Answers  


Describe the file types *.ear, * .jar and *.war?

0 Answers  






What is ear file?

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 is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?

0 Answers   HCL,


Is visual studio good for java?

0 Answers  


What are the components of j2ee applications?

0 Answers  


Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8

2 Answers   Amazon,


What is the description for expression element?

0 Answers  


Categories