正在加载图片...
(7)What is the correct Java script syntax to write"Hello world"? a doc write"Hello World b document. write("Hello World") lo World") d. doc. write("Hello world") (8)What is a benefit of using Java Beans to separate business logic from presentation markup a. It allows the jSP to access middleware b. It creates a cleaner role tion between the web-production team and the software development team, so that the web-production team can focus on presentation markup, while the software team can focus on building reusable software components for helping to generate c. It provides a dynamic markup environment, such that JavaBeans are integrated seamlessly with the template presentation content, in order to create the dynamic display for the client d. It provides the developer with full access to the Java 2 Platform Enterprise Edition (J2EE which is unavailable from outside the javaBean environment (9)Which CSS property controls the text size? a. text-size b. font-style c. text-style d. font-size (10)Which statement is true? a. XML elements must be properly nested b. XMl documents must have a root tag c. XML tags are case sensitive d. All of the above (1) How can you open a link in a new browser window? b. <a href="url"new? c <a href="url"target="new"> d. <a href="url"target="to ( 12)Which of the following is not a standard method called as part of the JSP life cycle? (13)How do you write a conditional statement for executing some statements only if"i"is NOT equal to 9 in JavaScript?(7) What is the correct JavaScript syntax to write "Hello World"? a. doc.write"Hello World"; b. document.write("Hello World"); c. response.write("Hello World"); d. doc.write("Hello World"); (8) What is a benefit of using JavaBeans to separate business logic from presentation markup within the JSP environment? a. It allows the JSP to access middleware. b. It creates a cleaner role separation between the web-production team and the software development team, so that the web-production team can focus on presentation markup, while the software team can focus on building reusable software components for helping to generate dynamic displays. c. It provides a dynamic markup environment, such that JavaBeans are integrated seamlessly with the template presentation content, in order to create the dynamic display for the client. d. It provides the developer with full access to the Java 2 Platform Enterprise Edition (J2EE), which is unavailable from outside the JavaBean environment. (9) Which CSS property controls the text size? a. text-size b. font-style c. text-style d. font-size (10) Which statement is true? a. XML elements must be properly nested b. XML documents must have a root tag c. XML tags are case sensitive d. All of the above (11) How can you open a link in a new browser window? a. <a href = "url" target="_blank"> b. <a href = "url" new> c. <a href = "url" target="new"> d. <a href = "url" target="_top"> (12) Which of the following is not a standard method called as part of the JSP life cycle? a. jspInit() b. _jspService() c. jspService() d. jspDestroy() (13) How do you write a conditional statement for executing some statements only if "i" is NOT equal to 9 in JavaScript?
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有