Multiple choice technology programming languages

Which of these represent the correct path for the core JSTL library in JSTL version 1.1? Select the one correct answer.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct URI for JSTL 1.1 core library is http://java.sun.com/jsp/jstl/core. This follows the standard pattern for JSTL 1.x taglib URIs. The other options are incorrect: they omit 'jstl' or use incorrect versioning.

AI explanation

To answer this question, you need to understand the correct path for the core JSTL library in JSTL version 1.1.

Let's go through each option to understand why it is correct or incorrect:

Option A) http://java.sun.com/jsp/jstl/core - This option is correct. In JSTL version 1.1, the correct path for the core JSTL library is "http://java.sun.com/jsp/jstl/core".

Option B) http://java.sun.com/jsp/core - This option is incorrect. It does not represent the correct path for the core JSTL library in JSTL version 1.1.

Option C) http://java.sun.com/core - This option is incorrect. It does not represent the correct path for the core JSTL library in JSTL version 1.1.

Option D) http://java.sun.com/jsp/jstl1.1/core - This option is incorrect. It does not represent the correct path for the core JSTL library in JSTL version 1.1.

The correct answer is Option A) http://java.sun.com/jsp/jstl/core. This option represents the correct path for the core JSTL library in JSTL version 1.1.