Which are not Java primitive types?()
第1题:
下列哪个选项不是Java的保留字?
A.TRUE
B.boolean
C.int
D.public
第2题:
Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()
第3题:
Which three types of content filtering are supported only for HTTP? ()(Choose three.)
第4题:
Which of the following are valid program types for a lightweight job?()
第5题:
Which the three are valid declarations of a float?()
第6题:
以下()不是Java的原始数据类型。
第7题:
以下不属于Java语言基本数据类型的是()。
第8题:
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? ()
第9题:
Which two are valid declarations of a float?()
第10题:
Given the JSP code: 10. 11. 12.
第11题:
Assertion expressions should not contain side effects.
Assertion expression values can be any primitive type.
Assertion should be used for enforcing preconditions on public methods.
An AssertionError thrown as a result of a failed assertion should always be handled by the enclosing method.
第12题:
<%! import java.util.*; %>
<%! import java.util.List;import java.util.ArrayList; %>
<%@ page import=’java.util.List’import=’java.util.ArrayList’ %>
<%@ import types=’java.util.List’types=’java.util.ArrayList’ %>
<%@ page import=’java.util.List,java.util.ArrayList’ %>
<%@ import types=’java.util.List,java.util.ArrayList’ %>
第13题:
Which statement is true about assertion in the Java programming language?()
第14题:
下面哪些类型属于Java基本数据类型()
第15题:
Which of the following are valid program types for a lightweight job?()
第16题:
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?()
第17题:
下面哪些不是java的基本数据类型()。
第18题:
在32位机器上,下列哪种类型占用的字节数不为4?()
第19题:
下面哪些不是java的简单数据类型? ()
第20题:
The polygon mirror is located in which of the following components?()
第21题:
Which of the following statements about declaration are true?()
第22题:
private
final
static
int
abstract
第23题:
short
Boolean
unit
float