Java Enterprise Edition (J2EE/JEE) Question:

What does application client module contain?

J2EE Interview Question
J2EE Interview Question

Answer:

The application client module contains:
--class files,
--an application client deployment descriptor.
Application client modules are packaged as JAR files with a .jar extension.


Previous QuestionNext Question
What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?What are the components of J2EE application?