https://alzza100.tistory.com/17
null 포인터 역참조(null Pointer Dereference)
null 포인터 역참조는 "일반적으로 그 객체가 null이 될 수있음 public void f(boolean b) { String cmd = System.getProperty("cmd"); // cmd가 null인지 확인하지 않음 cmd = cmd.trim(); // trim 메소드 호출..
alzza100.tistory.com