New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

GIAC Secure Software Programmer – Java GSSP-Java Question # 74 Topic 8 Discussion

GIAC Secure Software Programmer – Java GSSP-Java Question # 74 Topic 8 Discussion

GSSP-Java Exam Topic 8 Question 74 Discussion:
Question #: 74
Topic #: 8

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?


A.

<%@ include contentType="text/html; pageEncoding=ISO-8859-1" %>


B.

<%@ include contentType="text/html; charset=ISO-8859-1" %>


C.

<%@ page contentType="text/html; charset=ISO-8859-1" %>


D.

<%@ taglib contentType="text/html; pageEncoding=ISO-8859-1" %>


Get Premium GSSP-Java Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.