Re: [閒聊] 理想的結婚對象

看板Marginalman作者 (彗星的教練)時間2年前 (2022/03/27 18:18), 編輯推噓1(100)
留言1則, 1人參與, 2年前最新討論串35/35 (看更多)
class Person { String name; Person partner; } public class Main { public static void main(String[] args) { Person suiseiscoach = new Person(); System.out.println(suiseiscoach.partner.name); } } Exception in thread "main" java.lang.NullPointerException at Main.main(Main.java:8) 找不到的意思:(((( -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 139.162.76.197 (日本) ※ 文章網址: https://www.ptt.cc/bbs/Marginalman/M.1648376325.A.DBD.html

03/27 18:21, 2年前 , 1F
:(
03/27 18:21, 1F
文章代碼(AID): #1YG3e5sz (Marginalman)
討論串 (同標題文章)
文章代碼(AID): #1YG3e5sz (Marginalman)