Programming Tutorials

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

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

Question:What are the optional clauses in EJB QL?

Answer: WHERE and ORDERBY clauses are optional in EJB QL where as SELECT and FROM are required clauses.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

Interview Question: How do I install Struts?

The output of System.out.println(5<<2) in Java

What types of comments are available in the JSP?

Interview Question: What is EJB client JAR file?

Interview Question: Can I invoke Runtime.gc() in an EJB?

What is the difference between JTS and JTA?

What are types of J2EE clients?

What do you understand by a container in J2EE?

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

Interview Question: What is abstract schema?

Interview Question: Is it possible to share an HttpSession between a JSP and EJB? What happens when I change a value in the HttpSession from inside an EJB?

Tell me something about J2EE component?

Question: How would you go about analyzing performance of an application?

The output of System.out.println(5>>2) in Java

Latest Articles (in Interview)