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 )

Interview Question: Is there a particularly good IDE to use with Struts ?

Explain the different forms of Polymorphism.

What are Access Specifiers available in Java?

What are all the different scope values for the tag?

Interview Question: What is ActionServlet?

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

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What is Deployment descriptor?

Interview Question: What is EJB client JAR file?

Explain the new Features of JDBC 2.0 Core API?

What is the difference between Session Bean and Entity Bean?

Interview Question: How many EJB Objects are created for a Bean?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Interview Question: How is the MVC design pattern used in Struts framework?

Interview Question: What are the optional clauses in EJB QL?

Latest Articles (in Interview)