网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
JDK工具javadoc的作用是哪项?()
- A、生成Java文档
- B、编译Java源文件
- C、执行Java类文件
- D、测试Java代码
参考答案
更多 “JDK工具javadoc的作用是哪项?() A、生成Java文档B、编译Java源文件C、执行Java类文件D、测试Java代码” 相关考题
考题
public class ArrayTest { public static void main (Stringargs) { float f1, f2; f1 = new float [10]; f2 = f1; System.out.printIn (“f2[0]=” + f2[0]); } } What is the result?()A、 It prints f2[0] = 0.0B、 It prints f2[0] = NaNC、 An error at line 5 causes compile to fail.D、 An error at line 6 causes compile to fail.E、 An error at line 6 causes an exception at runtime.
考题
Which statements concerning the following code are true?() class a { public a() {} public a(int i) { this(); } } class b extends a { public boolean b(String msg) { return false; } } class c extends b { private c() { super(); } public c(String msg) { this(); } public c(int i) {} } A、The code will fail to compile.B、The constructor in a that takes an int as an argument will never be called as a result of constructing an object of class b or c.C、Class c has three constructors.D、Objects of class b cannot be constructed.E、At most one of the constructors of each class is called as a result of constructing an object of class c.
考题
以下字符串函数的描述中,错误的是()A、charAt函数的作用是返回一个字符,如charAt(1)返回字符串中的第一个字符B、在length函数中,一个汉字占两个英文字母的空间,因此长度也要加倍C、substring函数的作用是返回字符串的一个子串D、String类和StringBuffer类都有length函数,它们的形式和功能是一致的E、indexof函数的作用是从前往后搜索字符第一次出现的位置
考题
Which two security mechanisms protect the response stream?()A、 authorizationB、 data integrityC、 confidentialityD、 authentication
考题
Which methods from the String and StringBuffer classes modify the object on which they are called?() A、The charAt() method of the String class.B、The toUpperCase() method of the String class.C、The replace() method of the String class.D、The reverse() method of the StringBuffer class.E、The length() method of the StringBuffer class.
考题
Which mechanism requires the client to provide its public key certificate?()A、HTTP Basic AuthenticationB、Form Based AuthenticationC、HTTP Digest AuthenticationD、HTTPS Client Authentication
热门标签
最新试卷