'2010/07/09'에 해당되는 글 4건

  1. 2010.07.09 [자바2] 변수 타입
class TestVar {
    public static void main(String [] args) {
        boolean bol = true;
        bol = false;
        System.out.println(bol);
        
        char c = 'A';
        c = '가';
        System.out.println(c);
        
        for(c = 'A' ; c <= 'Z' ; c++) {
                System.out.print(c + " ");
        }
        
        String str = "가나다라마";
        str = "ABCDE";
        System.out.println(str);    
    }
}
Posted by ▶파이팅◀
이전버튼 1 2 3 4 이전버튼

블로그 이미지
Let's start carefully from the beginning
▶파이팅◀

태그목록

공지사항

Yesterday
Today
Total

달력

 « |  » 2010.7
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

최근에 올라온 글

최근에 달린 댓글

글 보관함