A JSP page uses the java.util.ArrayList class many times. Instead of referring the class by its complete package name each time, we want to just use ArrayList. Which attribute of page directive must be specified to achieve this? Select the one correct answer.

🎲 Try a Random Question  |  Total Questions in Quiz: 182  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Enterprise Computing With Java Practice Test — practice the complete quiz, review flashcards, or try a random question.

Enterprise Java is the use of Java for application development in enterprise-scale software, and merges a collection of APIs and application servers that implement those APIs. Enterprise Java also includes related technologies, such as the Spring Framework.


A JSP page uses the java.util.ArrayList class many times. Instead of referring the class by its complete package name each time, we want to just use ArrayList. Which attribute of page directive must be specified to achieve this? Select the one correct answer.