Programming Tutorials

Interview Question: What is EJB client JAR file?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is EJB client JAR file?

Answer: An EJB client JAR file is an optional JAR file that can contain all the class files that a client program needs to use the client view of the enterprise beans that are contained in the EJB JAR file. If you decide not to create a client JAR file for an EJB module, all of the client interface classes will be in the EJB JAR file.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Can Entity Beans have no create() methods?

What are implicit Objects available to the JSP Page?

What is Collection API?

What is the difference between jsp:forward and response.sendRedirect(url)

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

What are all the different scope values for the tag?

Interview Question: Does Struts include its own unit tests?

Question: What is an Expression tag in JSP?

Interview Question: What is the difference between EAR, JAR and WAR file?

What types of comments are available in the JSP?

Question: Explain the life-cycle methods in JSP?

What do you understand by a container in J2EE?

What is the difference between interface and abstract class?

What is Deployment Descriptor?

Interview Question: What is the difference between JavaBean and EJB?

Latest Articles (in Interview)