基本數(shù)據類型初始值
定義變量不賦值在類中方法外不會有錯誤,但是定義在方法內不引用時不會編譯出錯,如果被引用就會編譯出錯
package com.qf.test;
import org.testng.annotations.Test;
public class Demo {int a; char b; byte c; short j; long d;
float e; double f; boolean g;
@Test
public void test() {System.out.println("byte:" + c);
System.out.println("short :" + j);
System.out.println("int :" + a);
System.out.println("char:" + b);
System.out.println("long:" + d);
System.out.println("float:" + e);
System.out.println("double:" + f);
System.out.println("boolean:" + g);
}
}
結果
你是否還在尋找穩(wěn)定的海外服務器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機房具備T級流量清洗系統(tǒng)配攻擊溯源,準確流量調度確保服務器高可用性,企業(yè)級服務器適合批量采購,新人活動首月15元起,快前往官網查看詳情吧
分享文章:JAVA基本數(shù)據類型的初始值-創(chuàng)新互聯(lián)
網站地址:http://aaarwkj.com/article10/hcjdo.html
成都網站建設公司_創(chuàng)新互聯(lián),為您提供網站制作、網站導航、網站建設、移動網站建設、網站排名、微信公眾號
聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內容