java--scjp考题复习

时间:2011-11-14 14:36:20
【文件属性】:
文件名称:java--scjp考题复习
文件大小:116KB
文件格式:DOC
更新时间:2011-11-14 14:36:20
scjp scjp考题 930. What String instance method would return true when invoked like this? a.method(b); Where a="GROUNDhog" and b="groundHOG"? Select the one right answer. A. equals() B. toLowerCase() C. toUpperCase() D. equalsIgnoreCase() E. none of the above 正确答案: D 931. At the end of these two lines of code: String s="hypertext"; String t=s.substring(2,5); What does the object reference t contain? Select the one right answer. A. "yper" B. "ype" C. "pert" D. "per" E. "perte" 正确答案: D

网友评论