문자열 입력 받기 import java.io.*; ... public static void main(String[] args) throws IOException{ ... BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = be.readLind(); System.out.println(str); 인터페이스 내에 존재할 수 있는 메서드와 필드 public static final 멤버 필드 public abstract 메소드 static inner class interface 인터페이스명 extends 또 다른 인터페이스... { } 인터페이스 끼리는 상속 가능함 즉 extends 키워드를 사용함 class ..