网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Your web page includes a Java SE v1.5 applet with the following declaration: 11. 13. 14. Which HTTP method is used to retrieve the applet code?()
A

GET

B

PUT

C

POST

D

RETRIEVE


参考答案

参考解析
解析: 暂无解析
更多 “单选题Your web page includes a Java SE v1.5 applet with the following declaration: 11. 13. 14. Which HTTP method is used to retrieve the applet code?()A GETB PUTC POSTD RETRIEVE” 相关考题
考题 在Java语言中,负责执行字节码.class文件的工具是______。A.Applet查看器B.Java解释器C.Java编译器D.Web浏览器

考题 The most accurate and most boring way to(105)Java is that it is a new computer programming language developed by Sun Microsystems that creates(106)independent programs that can be distributed and nm remotely. To run Java programs, a computer must have a Java interpreter. Currently(107)Java programs are small "applets" that are(107)as part of web pages.When you use a Java(108)browser to view a Web page that includes a Java applet, the browser loads the applet onto your computer through your modem or network. Then the Java interpreter runs the applet, which could include animation or sound, on your computer rather than transmitting the code bit by bit over Internet. A few thousand bytes of Java code can tam into a powerful program on your computer.So an applet could include(109)with Java interpreter.A.commandB.commentC.describeD.discover

考题 在编写Applet程序时,程序中必须有的import语句是A.import.java.io.*;B.import java.applet.Applet;C.import.java.awt.event.*;D.import.java.lang.*;

考题 下列各项关于Applet(小应用程序)的描述中错误的是( )。A.Applet是能够嵌入到HTML页面中,并能够在浏览器中运行的Java类B.Applet自身也能够运行C.Applet与Application的主要区别是在执行方式上D.Applet是Java与Web相结合而引入的一种重要的Java应用形式

考题 There are many forms of online advertising. ( )is a small rectangular object on a and includes a hyperlink to the Web page that displays a stationary or moving advertisers Web site.A.A text ad B.A site sponsorship ad C.A pop-up ad D.A banner ad

考题 There are many forms of online advertising. ______ is a small rectangular object on a Web page that displays a stationary or moving graphic and includes a hyperlink to the advertiser's Web site. A.A text ad B.A site sponsorship ad C.A pop-up ad D.A banner ad

考题 以下关于Applet和Java程序之间关系的叙述,哪项错误?() A、一个Applet就是一段Java程序B、Applet是一种特殊的Java程序,它需要运行在Web服务器上C、Applet是一种特殊的Java程序,它需要运行在Web浏览器上D、Applet是一种Java SE平台的应用程序

考题 You are writing a JSP that includes scriptlet code to declare a List variable and initializes that variable to anArrayList object. Which two JSP code snippets can you use to import these list types?()A、%! import java.util.*; %B、%! import java.util.List;import java.util.ArrayList; %C、%@ page import=’java.util.List’import=’java.util.ArrayList’ %D、%@ import types=’java.util.List’types=’java.util.ArrayList’ %E、%@ page import=’java.util.List,java.util.ArrayList’ %F、%@ import types=’java.util.List,java.util.ArrayList’ %

考题 You are creating a new JSP page and you need to execute some code that acts when the page is firstexecuted, but only once. Which three are possible mechanisms for performing this initialization code?()A、In the init method.B、In the jspInit method.C、In the constructor of the JSP’s Java code.D、In a JSP declaration, which includes an initializer block.E、In a JSP declaration, which includes a static initializer block.

考题 You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()A、% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %B、% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %C、% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %D、% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %

考题 以下()叙述有错误。A、JavaScript 是脚本语言,将脚本代码嵌入HTML代码中,可扩展网页的应用能力B、Java Applet被嵌入到Web页面中,用来产生动态、交互性质页面效果的小程序,所以也是脚本语言C、Java Applet嵌入到Web页面中的是源代码,所以在IE浏览器窗口可以查看到源代码D、Java Applet 被嵌入到Web页面中的是字节代码,因此在IE浏览器窗口可以查看不到源代码

考题 以下关于Applet和Java程序之间关系的叙述,哪项错误?()A、一个Applet就是一段Java程序B、Applet是一种特殊的Java程序,它需要运行在Web服务器上C、Applet是一种特殊的Java程序,它不需要运行在Web浏览器上D、Applet是一种JavaSE平台的应用程序

考题 与page指令%@ page import= “java.util.*, java.text.* “ % 等价的是()。A、%@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ page import= “java.util.* % %@ page import= “java.text.* “ % B、%@ page import= “java.util.*”  ,  import= “java.text.* “ % C、%@ page import= “java.util.* “  ;  % %@ page import= “java.text.* “  ; %D、%@ page import= “java.util.* ; java.text.* “ %

考题 定义Java.Applet程序时,必须有的import语句是()。A、import  java.awt.event;B、import  java.util. * ;C、import  java.applet.Applet;D、import  java.1ang.* ;

考题 ASDM on the ASA platform is executed as:()A、 An active-x applicationor a java script applicationB、 A java script application and a PHP application.C、 A fully compiled .NET framework applicationD、 A fully operational Visual Basic applicationE、 A java applet running in the context of your browser or a stand alone application using the java run-timeenvironment

考题 以下关于Applet的描述,哪项错误?() A、 一个Applet就是一段Java程序B、 Applet是一种特殊的Java程序,它需要运行在Web服务器上C、 Applet是一种特殊的Java程序,它需要运行在Web浏览器上D、 Applet是一种Java SE平台的应用程序

考题 You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()A、Configure the Web site to enable session state.B、Configure the Web site to require authentication and to use personalization.C、Add a ProxyWebPartManager control to the page.D、Add a AppearanceEditorPart control to the page.

考题 单选题ASDM on the ASA platform is executed as:()A  An active-x applicationor a java script applicationB  A java script application and a PHP application.C  A fully compiled .NET framework applicationD  A fully operational Visual Basic applicationE  A java applet running in the context of your browser or a stand alone application using the java run-timeenvironment

考题 单选题以下关于Applet的描述,哪项错误?()A  一个Applet就是一段Java程序B  Applet是一种特殊的Java程序,它需要运行在Web服务器上C  Applet是一种特殊的Java程序,它需要运行在Web浏览器上D  Applet是一种Java SE平台的应用程序

考题 单选题You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()A % Page EnableViewState=”true” ViewStateMode=”Enabled” _ %B % Page EnableViewState=”true” ViewStateMode=”Disabled” _ %C % Page EnableViewState=”false” ViewStateMode=”Disabled” _ %D % Page EnableViewState=”false” ViewStateMode=”Enabled” _ %

考题 单选题A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()A GETB ASKC SENDD HEADE TRACE

考题 单选题以下关于Applet和Java程序之间关系的叙述,哪项错误?()A 一个Applet就是一段Java程序B Applet是一种特殊的Java程序,它需要运行在Web服务器上C Applet是一种特殊的Java程序,它不需要运行在Web浏览器上D Applet是一种JavaSE平台的应用程序

考题 多选题You are creating a new JSP page and you need to execute some code that acts when the page is firstexecuted, but only once. Which three are possible mechanisms for performing this initialization code?()AIn the init method.BIn the jspInit method.CIn the constructor of the JSP’s Java code.DIn a JSP declaration, which includes an initializer block.EIn a JSP declaration, which includes a static initializer block.

考题 单选题与page指令 等价的是()。A %@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ page import= “java.util.* % %@ page import= “java.text.* “ % B %@ page import= “java.util.*”  ,  import= “java.text.* “ % C %@ page import= “java.util.* “  ;  % %@ page import= “java.text.* “  ; %D %@ page import= “java.util.* ; java.text.* “ %

考题 单选题以下关于Applet和Java程序之间关系的叙述,哪项错误?()A 一个Applet就是一段Java程序B Applet是一种特殊的Java程序,它需要运行在Web服务器上C Applet是一种特殊的Java程序,它需要运行在Web浏览器上D Applet是一种Java SE平台的应用程序

考题 多选题You are writing a JSP that includes scriptlet code to declare a List variable and initializes that variable to anArrayList object. Which two JSP code snippets can you use to import these list types?()A%! import java.util.*; %B%! import java.util.List;import java.util.ArrayList; %C%@ page import=’java.util.List’import=’java.util.ArrayList’ %D%@ import types=’java.util.List’types=’java.util.ArrayList’ %E%@ page import=’java.util.List,java.util.ArrayList’ %F%@ import types=’java.util.List,java.util.ArrayList’ %

考题 单选题Your web application views all have the same header, which includes the  tag in the  elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.${param.pageTitle} Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?()A jsp:insert page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:insertB jsp:include page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeC jsp:include file=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeD jsp:insert page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:insertE jsp:include page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:include