일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Random
- Login with OAuth Authentication
- 25가지 효율적인 sql작성법
- 상속예제
- 다운캐스팅
- 형변환
- 야구게임
- jquery
- angular2
- Validations
- 스프링
- 다형성
- 상속
- 로또
- 자바
- 전자정부
- 업캐스팅
- 이클립스
- 단축키
- 전체텍스트
- 추상클래스
- 페이징
- full text indexing
- while
- IBatis procedure
- 자바 야구게임
- 가변인자
- 전체
- Full text
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 |