深圳市易思博信息技术有限公司面试题

深圳市易思博信息技术有限公司面试题

ID:39431402

大小:278.00 KB

页数:13页

时间:2019-07-03

深圳市易思博信息技术有限公司面试题_第1页
深圳市易思博信息技术有限公司面试题_第2页
深圳市易思博信息技术有限公司面试题_第3页
深圳市易思博信息技术有限公司面试题_第4页
深圳市易思博信息技术有限公司面试题_第5页
资源描述:

《深圳市易思博信息技术有限公司面试题》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、选择题1:给出下面的代码片断。。。下面的哪些陈述为错误的?  1) public void create() {  2)    Vector myVect;  3)    myVect = new Vector();  4) }  给出下面的代码片断。。。下面的哪些陈述为错误的?1)publicvoidcreate(){2)VectormyVect;3)myVect=newVector();4)}A.第二行的声明不会为变量myVect分配内存空间。B.第二行语句创建一个Vector类对象。C.第三

2、行语句创建一个Vector类对象。D.第三行语句为一个Vector类对象分配内存空间2:publicclassParent{  intchange(){…}}classChildextendsParent{}WhichmethodscanbeaddedintoclassChild?A.publicintchange(){}B.abstractintchang(){}C.privateintchange(){}D.none3:String s=”Example String”;Which opera

3、tion is not legal?  Strings=”ExampleString”;Whichoperationisnotlegal?A.inti=s.length();B.s[3]=”x”;C.Stringshort_s=s.trim();D.Stringt=”root”+s;4:WhichcodefragmentswouldcorrectlyidentifythenumberofargumentspassedviacommandlinetoaJavaapplication,excludet

4、henameoftheclassthatisbeinginvoke.A.intcount=args.length;B.intcount=args.length-1;C.intcount=0;while(args[count]!=null)count++;D.intcount=0;while(!(args[count].equals(“”)))count++;5:软件生命周期的瀑布模型把软件项目分为3个阶段、8个子阶段,以下哪一个是正常的开发顺序?A.计划阶段、开发阶段、运行阶段B.设计阶段、开发阶

5、段、编码阶段C.设计阶段、编码阶段、维护阶段D.计划阶段、编码阶段、测试阶段6:What will happen when you attempt to compile and run the following code?     int Output = 10;    boolean b1 = false;     if((b1 == true) && ((Output += 10) == 20))    {       System.out.println("We are equal " +

6、 Output);    }     else    {       System.out.println("Not equal! " + Output);    }     Choices:  Whatwillhappenwhenyouattempttocompileandrunthefollowingcode?intOutput=10;booleanb1=false;if((b1==true)&&((Output+=10)==20)){System.out.println("Weareequa

7、l"+Output);}else{System.out.println("Notequal!"+Output);}Choices:A.Compilationerror,attemptingtoperformbinarycomparisononlogicaldatatypeB.Compilationandoutputof"Weareequal10".C.Compilationandoutputof"Notequal!20".D.Compilationandoutputof"Notequal!10".

8、7:关于垃圾收集的哪些叙述是对的。A.程序开发者必须自己创建一个线程进行内存释放的工作。B.垃圾收集将检查并释放不再使用的内存。C.垃圾收集允许程序开发者明确指定并立即释放该内存。D.垃圾收集能够在期望的时间释放被java对象使用的内存。8:What will be the result of executing the following code?     public static void main(String args[])  {     char digit = 'a

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。