• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            woaidongmao

            文章均收錄自他人博客,但不喜標題前加-[轉貼],因其丑陋,見諒!~
            隨筆 - 1469, 文章 - 0, 評論 - 661, 引用 - 0
            數據加載中……

            Object中的toString 方法

             

             

            Object 類 是所有類的根基  默認情況下所有的類都會繼承它

            Object類中存在一個 toString 方法  這個方法 是隱含的 我們經常用到但是沒有注意過

            eg:

            public class Test{

            public static void main(String args[]){

            int a=100;

            int b=200;

            int c;

            c=a+b;

            System.out.println("a+b= "+c);

            }

            }

            上面這個簡單的例子中就將我們的c 這樣一個整形轉化成一個字符串進行輸出 這樣使用的就是默認的toString 方法  使用的是根基類的繼承方法

            但是我們如果想要去打印一個引用類型的話 可能就達不到預期的效果 看一個例子

            public class Test{

            public static void main(String args[]){

            Dog d=new Dog();

            System.out.println("d:=" +d);

            }

            }

            class Dog{

            }

            這樣去實現就會打印出一個hashcode 也就是在內存中的位置   怎么辦?

            必須重寫 toString 方法

            修改一下

            public class Test{

            public static void main(String args[]){

            Dog d=new Dog();

            System.out.println("d:=" +d);

            }

            }

            class Dog{

            public String toString(){

            return "is a hot dog";

            }

            }

            重寫toString 方法 這樣就能夠正常的打印出 is a hot dog

            在我們需要輸出 引用類型的時候可能需要經常的使用toString 方法

             

            //---- 附錄, Object的方法

            protected  Object
            clone()
                      Creates and returns a copy of this object.

            boolean
            equals(Object obj)
                      Indicates whether some other object is "equal to" this one.

            protected  void
            finalize()
                      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

            Class<?>
            getClass()
                      Returns the runtime class of this Object.

            int
            hashCode()
                      Returns a hash code value for the object.

            void
            notify()
                      Wakes up a single thread that is waiting on this object's monitor.

            void
            notifyAll()
                      Wakes up all threads that are waiting on this object's monitor.

            String
            toString()
                      Returns a string representation of the object.

            void
            wait()
                      Causes the current thread to wait until another thread invokes the notify() method or the notifyAll() method for this object.

            void
            wait(long timeout)
                      Causes the current thread to wait until either another thread invokes the notify() method or the notifyAll() method for this object, or a specified amount of time has elapsed.

            void
            wait(long timeout, int nanos)
                      Causes the current thread to wait until another thread invokes the notify() method or the notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.

            posted on 2009-06-17 10:04 肥仔 閱讀(550) 評論(0)  編輯 收藏 引用 所屬分類: Web-后臺

            亚洲乱码精品久久久久.. | 香蕉久久夜色精品国产小说| 久久久久久久人妻无码中文字幕爆| 77777亚洲午夜久久多喷| 色欲久久久天天天综合网| 久久国产精品无码一区二区三区| 久久天堂电影网| 亚洲国产成人久久综合区| 久久天天躁狠狠躁夜夜avapp| 国产情侣久久久久aⅴ免费| 国产精品伊人久久伊人电影| 狠狠色丁香久久婷婷综合_中 | 国产精品久久久久久一区二区三区 | 99久久亚洲综合精品成人| 四虎影视久久久免费观看| 亚洲精品无码专区久久久| 久久se精品一区二区影院| 久久夜色精品国产噜噜亚洲AV| 999久久久免费国产精品播放| 精品熟女少妇AV免费久久| 99久久无码一区人妻| 人人狠狠综合久久88成人| 色综合久久夜色精品国产| 日韩精品国产自在久久现线拍| 久久婷婷色综合一区二区| 国产精品无码久久综合网| 91久久婷婷国产综合精品青草| 国产A三级久久精品| 久久这里有精品| 思思久久好好热精品国产| 久久久久久A亚洲欧洲AV冫| 中文字幕久久欲求不满| 99久久精品国内| 97精品国产91久久久久久| 99久久99久久精品免费看蜜桃| 久久精品国产久精国产一老狼| 久久久久久国产精品美女 | 久久人人爽人人爽人人av东京热| 久久精品国产99久久香蕉| 精品久久国产一区二区三区香蕉| 色综合合久久天天综合绕视看|