Which two of the following scopes could be used to share client-specific information between a servlet and a JSP page?
what syntax would the developer use in order to use the tag called add that adds the two numbers together?
What is the result of using a getProperty action tag such as <jsp:getProperty name="employee" property="lastname" /> in a JSP?
which two subtypes of javax.jms.Message are most appropriate for sending a message to a consumer that is not a Java client?
which two of the following would result in a java.lang.IllegalStateException if called on an already invalidated session?