客户端开发单选题

JavaScript代码实例解析
本文通过具体实例介绍了如何使用JavaScript向网页输出内容,并探讨了不同类型的元素及异常处理方式。此外,还涉及了Objective-C中可选方法的声明方法。

使用JavaScript向网页中输出<h1>hello</h1>,以下代码中可行的是

<script type="text/javascript"> 
document.write("<h1>hello</h1>"); 
</script>

<h1> 
<script type="text/javascript"> 
document.write("hello"); 
</script> 
</h1>

下面不属于空元素的是

A: A .a

B: B. input

C: C.images

D: D.br

答案是A

以下哪四个能使用throw抛出

A: A.Error

B: B.Event

C: C.Objec

D: D.Throwable

E: E.xception

F: F.RuntimeException

正确答案:A,D,E,F

下面代码输出什么
public class Reluctant {
private Reluctant internalInstance = new Reluctant();
public Reluctant() throws Exception {
throw new Exception("I'm not coming out");
}
public static void main(String[] args) {
try {
Reluctant b = new Reluctant();
System.out.println("Surprise!");
} catch (Exception ex) {
System.out.println("I told you so");
}
}
}

A: A. 编译错误

B: B. Surprise!

C: C. 运行时抛错

D: D. I told you so

正确答案:C

使用protocol时,声明一组可选择实现的函数需加上

A: A.@required

B: B.@optional

C: C.@interface

D: D.@protocol

正确答案:B

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值