SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for February, 2010

February 23rd, 2010

What is the request destroyed method?

No Comments, SCWCD, by Daisy Williams.

The requestDestroyed() method of the ServletRequestListener interface takes a ServletRequestEvent object and notifies that the request is about to go…

Share

February 22nd, 2010

What are the main parts of the pluggable API for resolving expressions?

No Comments, SCWCD, by Daisy Williams.

The following are the main parts of the pluggable API for resolving expressions: ValueExpression Class: It defines a value expression….

Share

February 21st, 2010

What is the @EJB annotation?

No Comments, SCBCD, by Daisy Williams.

In an EJB application the @EJB annotation is used to reference a resource. This annotation can be applied to a…

Share

February 20th, 2010

What are the differences between EJB 2.1 and EJB 3.0.

No Comments, SCBCD, by Daisy Williams.

The Enterprise JavaBeans 3.0 specification is intended to improve the EJB architecture by reducing its complexity from the developer’s point…

Share