您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. java中String类的笔试面试题含答案

  2. java中String类的笔试面试题含答案 1.下面程序的运行结果是()(选择一项) String str1=”hello”; String str2=new String(“hello”); System.out.println(str1==str2); A. true B. false C. hello D. he 答案:B 分析:str1没有使用new关键字,在堆中没有开辟空间,其值”hello”在常量池中,str2使用new关键字创建了一个对象,在堆中开辟了空间,”==”比较的是对象的
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:92160
    • 提供者:weixin_38688745
  1. java中String类的笔试面试题含答案

  2. java中String类的笔试面试题含答案 1.下面程序的运行结果是()(选择一项) String str1=”hello”; String str2=new String(“hello”); System.out.println(str1==str2); A. true B. false C. hello D. he 答案:B 分析:str1没有使用new关键字,在堆中没有开辟空间,其值”hello”在常量池中,str2使用new关键字创建了一个对象,在堆中开辟了空间,”==”比较的是对象的
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:92160
    • 提供者:weixin_38713412