在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第1题:
switch语句中表达式(expression)的值不允许用的类型是
A.byte
B.int
C.boolean
D.char
第2题:
在JavaScript中,下列关于switch语句的描述中错误的是?()
A.switch语句中default子句是可以省略的
B.switch语句中case子句的语句序列中必须含有break语句
C.switch语句中case子句后面的表达式可以是含有变量的整型表达式
D.switch语句中case子句的个数不能过多
第3题:
在基于VBScript脚本的asp程序中,向页面中输出变量expression内容的指令是()
第4题:
在switch(expression)语句中,expression的数据类型不能是()。
第5题:
当()时,条件“expression1 XOR expression2”的值为真。
第6题:
JAVA EE中,JSP表达式语言的语法是()。
第7题:
Which four statements correctly describe functions that are available in SQL? ()
第8题:
{EL expression}
${EL expression}
@{EL expression}
&{EL expression}
第9题:
INSTR returns the numeric position of a named character.
NVL2 returns the first non-null expression in the expression list.
TRUNCATE rounds the column, expression, or value to n decimal places.
DECODE translates an expression after comparing it to each search value.
TRIM trims the heading of trailing characters (or both) from a character string.
NVL compares two expressions and returns null if they are equal, or the first expression of they are not equal.
NULLIF compares twp expressions and returns null if they are equal, or the first expression if they are not equal.
第10题:
String
char
short
double
第11题:
differentiate one possible meaning of a particular facial expression from other meanings of it
support Darwin’s theory of evolution
provide an example of a facial expression whose meaning is widely understood
contrast a facial expression that is easily understood with other facial expressions
第12题:
{EL expression}
${EL expression}
&{EL expression}
第13题:
makes nearly all the rich elements of human expression needed to establish a
第14题:
JSP表达式语言可用于在网页上生成动态内容并代替JSP脚本元素,JSP表达式语言的语法是()。
第15题:
在Hibernate的Criteria查询中,Expression对象具体描述了查询条件,其对应SQL条件中的field>=value的方法是()。
第16题:
基因表达(gene expression)
第17题:
在JavaScript中,下列哪段代码能够在1秒之后执行表达式expression?()
第18题:
Which three tasks can be performed using regular expression support in Oracle Database 10g?()
第19题:
double
char
byte
short
第20题:
第21题:
expression1为真而expression2为假
expression1为假而expression2为真
expression1和expression2均为真
a和b都对
第22题:
window.setTimeout(1000,expression);
window.setTimeout(expression,1);
window.setTimeout(1,expression);
window.setTimeout(expression,1000);
第23题:
String s
Integer i
boolean b
int i