Which of the following statements are true?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following fields is required when a user is authenticated using FORM authentication?
According to the EJB programming restrictions, which of the following should be used to access the files or directories?
The following JSP scriptlet is given.
<% response.setContentType("text/html; charset=ISO-8859-1"); %>
Which of the following directives is the equivalent directive for the scriptlet given above?
Which of the following elements can be used to obtain a database connection?
Which of the following listeners causes an object of the implementing class to be notified when it is added to or removed from a session?
Consider the given lines of codE.
package ucert
class memberaccess
{
public int mem = 10;
}
Which of the following can directly access the variable mem?
Which of the following exceptions will a compiler throw when a number is divided by zero?
Which of the following statements is true about the Java synchronized keyword?
Which of the following methods of the HttpServletResponse interface is used for URL rewriting?
Each correct answer represents a complete solution. Choose all that apply.