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

题目内容 (请给出正确答案)

Which are not Java primitive types?()    

  • A、 short
  • B、 Boolean
  • C、 unit
  • D、 float

参考答案

更多 “Which are not Java primitive types?()    A、 shortB、 BooleanC、 unitD、 float” 相关考题
考题 下列不是Java保留字的是( )。A.TRUEB.booleanC.intD.public

考题 Which of the following are valid program types for a lightweight job?() A. PLSQL_BLOCK PLSQLB. EXECUTABLEC. JAVA_STORED_PROCEDURED. STORED_PROCEDUREE. EXTERNAL

考题 在Java的基本数据类型中,内存长度最少的是()。 A.charB.booleanC.intD.long

考题 Which three types of content filtering are supported only for HTTP? ()(Choose three.) A. block FlashB. block Java appletsC. block ActiveXD. block EXE filesE. block MIME type

考题 下列哪个选项不是Java的保留字?A.TRUEB.booleanC.intD.public

考题 Which statement is true about assertion in the Java programming language?()  A、 Assertion expressions should not contain side effects.B、 Assertion expression values can be any primitive type.C、 Assertion should be used for enforcing preconditions on public methods.D、 An AssertionError thrown as a result of a failed assertion should always be handled by the enclosing method.

考题 Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()  A、privateB、finalC、staticD、intE、abstract

考题 下面哪些类型属于Java基本数据类型()A、intB、BooleanC、uintD、double

考题 Which three types of content filtering are supported only for HTTP? ()(Choose three.)A、block FlashB、block Java appletsC、block ActiveXD、block EXE filesE、block MIME type

考题 Which of the following are valid program types for a lightweight job?()A、 PLSQL_BLOCKB、 EXECUTABLEC、 JAVA_STORED_PROCEDURED、 STORED_PROCEDUREE、 EXTERNAL

考题 Which of the following are valid program types for a lightweight job?()A、PLSQL_BLOCK PLSQLB、EXECUTABLEC、JAVA_STORED_PROCEDURED、STORED_PROCEDUREE、EXTERNAL

考题 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’ %

考题 Which the three are valid declarations of a float?()A、 float foo = -1;B、 float foo = 1.0;C、 float foo = 42el:D、 float foo = 2.02f:E、 float foo = 3.03d:

考题 下面哪些不是java的基本数据类型()。A、shortB、BooleanC、IntegerD、FloatE、String

考题 以下()不是Java的原始数据类型。A、shortB、booleanC、unitD、float

考题 在32位机器上,下列哪种类型占用的字节数不为4?()A、shortB、intC、char *D、float

考题 以下不属于Java语言基本数据类型的是()。A、longB、booleanC、charD、String

考题 下面哪些不是java的简单数据类型? ()A、shortB、BooleanC、DoubleD、float

考题 Application Control Engine (ACE) can check the health of servers and server farms by configuring health probes (which are sometimes referred to as keepalives). A probe can be one of many types. Which are valid ACE probes? ()A、 HTTPB、 Java scriptingC、 TCL scriptingD、 RADIUSE、 TACACS

考题 The polygon mirror is located in which of the following components?()A、Developer unitB、Scanner unitC、Fuser unitD、Laser unit

考题 Which two are valid declarations of a float?()A、 float f = 1F;B、 float f = 1.0.;C、 float f = ‘1’;D、 float f = “1”;E、 float f = 1.0d;

考题 Which of the following statements about declaration are true?()         A、 Declaration of primitive types such as boolean, byte and so on does not allocate memory space for the variable.B、 Declaration of primitive types such as boolean, byte and so on allocates memory space for the variable.C、 Declaration of nonprimitive types such as String, Vector and so on does not allocate memory space for the object.D、 Declaration of nonprimitive types such as String, Vector ans so on allocates memory space for the object.

考题 Given the JSP code: 10. 11. 12. 13.Hello, ${customer.title} ${customer.lastName}, welcome 14.to Squeaky Beans, Inc. 15.16.  Which three types of JSP code are used?()A、Java codeB、Template textC、Scripting codeD、Standard actionE、Expression language

考题 多选题Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()AprivateBfinalCstaticDintEabstract

考题 单选题Which statement is true about assertion in the Java programming language?()A  Assertion expressions should not contain side effects.B  Assertion expression values can be any primitive type.C  Assertion should be used for enforcing preconditions on public methods.D  An AssertionError thrown as a result of a failed assertion should always be handled by the enclosing method.

考题 多选题Which are not Java primitive types?()AshortBBooleanCunitDfloat

考题 多选题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’ %