코리아 IT아카데미/Java23 12일차 | 예외 처리 swing 객체 지향 기법 연습 chapter04 복습 순서 메모 ch03> ExceptionEx1 ExceptionEx2 ExceptionEx3 ExceptionEx4 ch04> MyFrame1 MyFrame2 MyFrame3 MyFrame4 https://blog.naver.com/devnote1/222425528882 log : 텍스트 파일에 기록을 남기는 것 예외처리 package ch03; public class ExceptionEx1 { public static void main(String[] args) { //예외를 발생 시켜 보자 int[] arr = {1, 2, 3, 4, 5}; //runtime exception //for (int i = 0; i < 10; i++) { //System.out.println(arr[.. 2021. 11. 2. 11일차 | Object 클래스 : String활용, toString(),equal(),Layout chapter03,4 복습 순서 메모 ch10> StringTest1 StringTest2 StringBuilderTest ch11> ObjectTest MainTest1 Book chapter04 ch01> FlowLayoutEx BorderLayoutEx GridLayoutEx NoLayoutEx ch02> MyComponents MainTest1 String 선언방식 package ch10; public class StringTest1 { //main function _ start of code public static void main(String[] args) { //String 선언 방식 //heap 메모리에 인스턴스로 생성되는 경우 String str1 = new String("abc"); .. 2021. 11. 1. ddazua_Java | 4강 연산자2 1.논리연산자(p.47) 1)논리 연산자? 여러가지 조건을 동시에 검사시 사용하는 연산자 두 항의 값이 boolean 값일 때 연산 가능! 2)논리연산자의 종류 2. 비트연산자(p.48) 1)비트연산자? 비트 단위로 연산을 하는 연산자 2)비트연산자의 종류 -비트 논리 연산자 -비트 쉬프트 연산자 비트? (bit) :데이터의 최소단위 0101 0101 1111 0000 1010 1byte = 8bit [1]비트 논리 연산자? 비트단위로 논리연산을 하는 연산자 -비트 논리 연산자의 종류 12:12까지 2021. 11. 1. 10일차 | interface, static, swing(FlowLaout)+array, arraylist, for문 변경 chapter03,4 복습 순서 메모 ch08> HomeAppliances RemoteControllor SoundEffect Refrigerator Television ToyRobot MainTest ch09> Calc Calculator CompleteCalc MainTest1 Ex01> Marine Zealot Zergling Unit MainTest1 chapter04 ch01> Define MyFrame FlowLayoutEx HomeAppliances 클래스 설계 package ch08; public class HomeAppliances { int width; int height; String color; } interface란 package ch08; public interface Remot.. 2021. 10. 30. 이전 1 2 3 4 5 6 다음