| | | | Question Answer Tutorial - JAVA->JSP | | | | Question: What programming language(s) or scripting language(s) does Java Server Pages (JSP) support? | | Answer: Java only
| | | | | | | | Question: What method is used to specify a container's layout in JSP? | | Answer: setLayout()
| | | | | | | | Question: Which method of the Component class is used to set the position and size of a component in JSP? | | Answer: setBounds()
| | | | | | | | Question: What value does readLine() return when it has reached the end of a file in JSP? | | Answer: Null
| | | | | | | | Question: Which class in JSP provides the capability to implement a growable array of objects? | | Answer: Vector Class
| | | | | | | | | | | | |