面試題中要注意兩個問題String和this

1.String的內容一旦聲明就沒法改變,以下實例:this public class RefDemo{     public static void main(String args[]){         String str = "hello" ;         fun(str) ;         System.out.println(str) ;     }     public st
相關文章
相關標籤/搜索