多选题In the Java API documentation which sections are included in a class document?()AThe description of the class and its purposeBA list of methods in its super classCA list of member variableDThe class hierarchy

多选题
In the Java API documentation which sections are included in a class document?()
A

The description of the class and its purpose

B

A list of methods in its super class

C

A list of member variable

D

The class hierarchy


参考解析

解析: 类文档的内容主要是:类层次、类及用途描述、成员变量列表、构造方法列表、成员方法列表、从类层次上继承的方法列表、成员变量的详细说明、构造方法详细说明、成员方法详细说明。

相关考题:

J2EE平台提供的服务技术包括()。 A.JDBCB.Java事务API和服务C.Java名字和目录接口D.Java虚拟机的下载

JDBC API主要都是定义在下列哪一个包内? ( )A.java.sql.*B.java.io.*C.java.awt.*D.java.util.*

3Java.API中支持线程的类或接口是______。Ⅰ.java.lang.Thread Ⅱ.java.fang.RunnableⅢ.java.lang.ThreadGroup Ⅳ.java.io.SerializableA) ⅠⅡB) ⅠⅡⅢⅠC) ⅠⅡⅣD) ⅠⅡⅢ ⅣA.B.C.D.

在JSP中如果要导入java.io.*包,应该使用_____指令。 A、pageB、taglibC、includeD、forward

以下哪些是Java中处理xml的API?()A.JAXPB.JAXBC.JAXMD.SAAJ

Java语言API文档是( )。A.Java归档工具B.Java状态序列化文件C.Java源代码D.编程工具

JDBC API主要都是定义在下列的( )包中。A.java.sql.*B.java.io.*C.java.awt.*D.java.util.*

Java API中支持线程的类或接口是( )。 ①java.lang.Thread ②java.lang.Runnable ③java.lang.ThreadGroup java.io.SerializableA.①、②B.①、②、③C.①、②、④D.①、②、③、④

Java语言的API文档是( )。A.Java归档工具B.Java状态序列化文件C.Java源代码D.编程工具

Java API ee支持线程的类或接口是( )。 Ⅰ.java.lang.Thread Ⅱ.java.lang.Runnable Ⅲ.java.lang.ThreadGroup IV.java.io.SerializableA.I,ⅡB.I,Ⅱ,ⅢC.I,Ⅱ,IVD.I,Ⅱ,Ⅲ,Ⅳ

JAVA SERVLET API中forward() 与redirect()的区别?

Java提供数据库编程的API包是()。

()定义了一个Servlet与Web服务器软件之间的接口。A、Java APIB、Java appletsC、JSPD、Servlet API

MAS目前支持的API接口类型包括有().A、Windows下的DLL方式B、MAS目前不提供API接口C、Java包D、TCP消息接口

在Java中JDBC API定义了一组用于与数据库进行通信的接口和类,它们包括在()包中。A、java.langB、java.sqlC、java.utilD、java.math

JDBC API提供了()接口来对数据库存储过程进行调用。A、java.sql.DriverManaggerB、java.sql.ConnectionC、java.sql.StatementD、java.sql.ResultE、java.sql.CallableStatement

以下关于Java Servlet API说法错误的是()。A、Java Servlet API是一组Java类,它定义了Web客户端和Web Servlet之间的标准接口B、Java Servlet API由两个包组成:javax.servlet和javax.servlet.httpC、javax.servlet.http包对http协议提供了特别的支持D、javax.servlet包提供了对除http协议外其他协议的支持

Which of the following statements regarding documentation would not be considered a helpful stepin the troubleshooting process?()A、Use the Cisco Auto Configuration toolB、Use the Cisco Rollback featureC、Automate documentationD、Schedule documentation checksE、Use the Cisco Configuration Archive toolF、Require documentation prior to a ticket being closed out

Which three items should the site survey documentation include?()A、photographsB、floor plansC、wired network layoutD、blueprints

J2EE平台提供的服务技术包括()。 A、JDBCB、Java事务API和服务C、Java名字和目录接口D、Java虚拟机的下载

In the Java API documentation which sections are included in a class document?()    A、 The description of the class and its purposeB、 A list of methods in its super classC、 A list of member variableD、 The class hierarchy

Which four service offerings are included in Oracle Public Cloud?()A、 Database ServiceB、 Data ServiceC、 Java ServiceD、 Security ServiceE、 .NET ServiceF、 SOA Service

Which three data sources integrations are provided by Coherence out of the box ? ()A、 TopLink Grid and TopLink EssentialsB、 Java Persistence API (JPA)C、 Open Database Connectivity (ODBC)D、 FileSystemE、 Java Database Connectivity (JDBC)

填空题Java提供数据库编程的API包是()。

单选题()是用于注册Web服务,发布相关信息等的Java API。AJAXMBJAXRCJAXPDJAXB

单选题Which of the following statements regarding documentation would not be considered a helpful stepin the troubleshooting process?()AUse the Cisco Auto Configuration toolBUse the Cisco Rollback featureCAutomate documentationDSchedule documentation checksEUse the Cisco Configuration Archive toolFRequire documentation prior to a ticket being closed out

单选题Java.API中支持线程的类或接口是(  )。Ⅰ.java.lang.ThreadⅡ.java.lang.RunnableⅢ.java.lang.ThreadGroupⅣ.java.io.SerializableAⅠⅡBⅠⅡⅢCⅠⅡⅣDⅠⅡⅢⅣ