正在加载图片...
(27)When you write a get method for a JavaBean property, form the method name as follows a. Use any name you want for the get method b. Use only the property name for the get method c. Use get followed by the property name, with the first letter of the property name capitalized d. none of the above (28)Which of the following is not an event that can trigger a Javascript a. mouse actions b operating system actions c keyboard actions d. timed actions (29)A property defined in a Java Bean typically a. Is declared as a private type b. Has a corresponding get method and set method c. Can be saved and retrieved at a later time d. all of the above (30)Which is true about TLD files? a. TLD files may be placed in any subdirectory of WEB-INF b. tLD files are used to configure JSP environment attributes such as scripting- invalid c. TLD files may not be placed in WETA-INF directory of the WAR file d. TLD files can declare both Simple and Classic tags, but TLD files are NOT used to declare Tag 2. Question. (I)What is the difference between"GET" and"POST"methods?(5 points (2)What is MVC architecture? How to use the Mvc in Java Server Pages? You can draw a diagram to clarify your idea. (5 points) (3)What are two ways to cause a block to disappear by using JavaScript?(5 points) (4)Consider the following HTML file. Fill in the blanks with the correct color of text that will be displayed in browsers (10 points) <title>Colors/title> <style type="text/css"><! hI color: red ! important; i h2 [id="warning"](color: yellow; h3(color: green;(27) When you write a get method for a JavaBean property, form the method name as follows: a. Use any name you want for the get method. b. Use only the property name for the get method. c. Use get followed by the property name, with the first letter of the property name capitalized. d. None of the above. (28) Which of the following is not an event that can trigger a Javascript? a. mouse actions b. operating system actions c. keyboard actions d. timed actions (29) A property defined in a JavaBean typically a. Is declared as a private type. b. Has a corresponding get method and set method. c. Can be saved and retrieved at a later time. d. All of the above. (30) Which is true about TLD files? a. TLD files may be placed in any subdirectory of WEB-INF. b. TLD files are used to configure JSP environment attributes such as scripting- invalid. c. TLD files may not be placed in WETA-INF directory of the WAR file. d. TLD files can declare both Simple and Classic tags, but TLD files are NOT used to declare Tag Files. 2. Question. (1) What is the difference between "GET" and "POST" methods? (5 points) (2) What is MVC architecture? How to use the MVC in Java Server Pages? You can draw a diagram to clarify your idea. (5 points) (3) What are two ways to cause a block to disappear by using JavaScript? (5 points) (4) Consider the following HTML file. Fill in the blanks with the correct color of text that will be displayed in browsers. (10 points) <html> <head> <title>Color</title> <style type="text/css"><!-- h1 {color: red !important;} h2 [id="warning"] {color: yellow;} h3 {color: green;}
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有