일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 야구게임
- 가변인자
- 이클립스
- 상속예제
- full text indexing
- Full text
- 형변환
- Login with OAuth Authentication
- 25가지 효율적인 sql작성법
- Random
- while
- 전체
- 전체텍스트
- jquery
- 전자정부
- 스프링
- 로또
- 자바 야구게임
- angular2
- 추상클래스
- 자바
- 페이징
- 다운캐스팅
- 업캐스팅
- 상속
- 다형성
- Validations
- 단축키
- IBatis procedure
Archives
- Today
- Total
nalaolla
Method 예제 1 (예외처리) 본문
728x90
반응형
- package test.com;
- import java.net.InetAddress;
- import java.net.UnknownHostException;
- public class GetIP {
- public static void main(String[] args) throws UnknownHostException {
- // TODO Auto-generated method stub
- InetAddress ip = InetAddress.getByName(null);
- System.out.println(ip);
- }
- }
728x90
반응형
'JAVA > 8. Method1' 카테고리의 다른 글
Method 예제 5 (0) | 2016.06.22 |
---|---|
Method 예제 4 (0) | 2016.06.22 |
Method 예제 3 (활용예제) (0) | 2016.06.22 |
Method 예제 2 (Method 정리) (0) | 2016.06.22 |