皮皮学,免费搜题
登录
搜题
【单选题】
Combine two short sentences into a long one. Select the correct one. Do it. I have told you.
A.
Do it as I have told you.
B.
Do it as if I have told you.
C.
Do it so I have told you.
D.
I have told you do it.
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】以下jsp命令中,能实现从servlet中的“index.jsp”跳转到jsp中的“index.jsp”的是( )。
A.
request.getRequestDispatcher("../jsp/index.jsp").forward(request,response);
B.
request.getRequestDispatcher("servlet/index.jsp").forward(request,response);
C.
request.setAttribute("menusb",menusb);
D.
request.getRequestDispatcher("jsp/index.jsp").forward(request,response);
【单选题】#include void f(int a, int b, int *c) { a=20; b=10; *c=a+b; } void main() { int a=10,b=20,c=30,d=40; f(a,b,&c); printf("%d,%d,%d\n",a,b,c); }
A.
10,30,20
B.
10,20,30
C.
10,20,20
D.
30,20,10
【判断题】我国商业银行使用的会计科目,由财政部和中国人民银行做出原则性规定,各商业银行不得进行增减和调整。 ( )
A.
正确
B.
错误
【单选题】JSP声明和JSP scriptlets中声明描述正确:
A.
JSP声明和JSP scriptlets中声明是没有区别的
B.
JSP scriptlets中声明是可以定义方法的
C.
JSP声明的变量的作用域在整个页面
D.
JSP scriptlets中声明的变量本质是JSP对应Java类的成员属性
【判断题】我国商业银行的会计科目,由财政部和中国人民银行作了原则规定,各商业银行不得进行增加和调整
A.
正确
B.
错误
【判断题】我国商业银行的会计科目,由财政部和中国人民银行作了原则规定,各商业银行不得进行增减和调整。
A.
正确
B.
错误
【单选题】以下操作中,()是与使用JavaBean无关的。
A.
jsp:include
B.
jsp:useBean
C.
jsp:setProperty
D.
jsp:getProperty
【单选题】下列代码的运行结果是:() int a=30; int b=20; b=a; a=10; Console.Writeline(b)
A.
30
B.
20
C.
10
D.
a
【单选题】设int a=10,b=20,c=30;条件表达式a<b? a=5:c的值是( )
A.
5
B.
10
C.
20
D.
30
【简答题】下列代码的运行结果是:( ) int a = 30; int b = 20; b = a; a = 10; Console.WriteLine(a); Console.WriteLine(a/b);A. 10 0 B. 300 C. 101 D. 101.5
相关题目: