Skip to content

issues Search Results · repo:hollischuang/toBeTopJavaer language:Java

Filter by

129 results
 (67 ms)

129 results

inhollischuang/toBeTopJavaer (press backspace or delete to remove)

实体书【第五章】值传递,第51页,图5-2。 dd130f894110f9f33278de446ebd7b4 e254f90b4 6b5f8accf18978a6df4aea 图1为实体书,图二为gitee在线阅读。 user = new User(); user.setName( hollischuang ); user.setGender( Male ) 之后hollis和user的指向有错误。我已用红圈标出。 ...
  • djx0716
  • 1
  • Opened 
    on Mar 12, 2024
  • #211

P114页,8.12.1(常量池中已存在字符串) 以下代码的执行结果: 书上:false,true idea(JDK8,JDK21):false,false ` @Test public void internTest(){ String s1 = new String( 1 ); s1.intern(); String s2 = 1 ; System.out.println( s1 == s2 : ...
  • YPEU
  • Opened 
    on Nov 20, 2023
  • #210

instanceof 示例代码大括号搞到了外面
  • joker1911
  • Opened 
    on Jul 18, 2023
  • #209

img width= 1244 alt= image src= https://user-images.githubusercontent.com/33890842/232657580-46024294-6946-4c50-92bc-aa6e142576fb.png 值传递,引用传递章节 纠正一个错别字。
  • sunxin0
  • Opened 
    on Apr 18, 2023
  • #208

在Java语言规范中,第15章描述了表达式的求值策略。其中,第15.9节详细介绍了函数调用的求值策略,明确说明了Java中的函数调用是采用值调用或引用调用的方式。 此外,在Java官方文档中也有详细的说明。例如,在Java SE 8文档中,有一份名为“Java Language Specification”的文档,其中的第5章和第15章详细说明了Java的求值策略。
  • RenJieWeia
  • Opened 
    on Apr 15, 2023
  • #207

String s3 = new String( 1 ) + new String( 1 ); s3.intern(); String s4 = 11 ; System.out.println(s3); System.out.println(s4); System.out.println(s3 == s4); // false
  • zbncs
  • Opened 
    on Apr 3, 2023
  • #206

unpkg.com经常无法访问,导致项目无法打开,建议更换阿里源,谢谢
  • pangyandong
  • Opened 
    on Mar 3, 2023
  • #205

看到文档中还有挺多的知识节点都没有写内容的,就是一个空标题没有内容可以查看阅读。看到作者好久没更新了,Java成神之路是打算让他烂掉了吗? 平时看到作者挺有时间发抖音开直播的,这个项目是不打算继续更新完善了吗?
  • Yeeeeez
  • 2
  • Opened 
    on Feb 14, 2023
  • #203

image image
  • partyabu
  • Opened 
    on Feb 10, 2023
  • #202
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub