반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 시뮬레이션
- 참조타입
- 백준
- include태그
- 자바
- 알고리즘
- 프로그래머스
- 자바오류
- 변수
- JSON
- primitivetype
- SQL
- mybatis
- 차이
- sql태그
- 코딩테스트
- string
- Exception
- ReferenceType
- 내맘대로정리
- 원시타입
- Char[]
- java
- 주사위굴리기
- 차이점
- 데이터탑입
- json파싱
- Spring
- ClassPathResource
- char
Archives
- Today
- Total
목록자바오류 (1)
재채기는 H
No enclosing instance of type a1_7 is accessible. Must qualify the allocation with an enclosing instance of type a1_7 (e.g. x.new A() where x is an instance of a1_7). 에러
에러 : No enclosing instance of type a1_7 is accessible. Must qualify the allocation with an enclosing instance of type a1_7 (e.g. x.new A() where x is an instance of a1_7). 클래스 내부에 다른 클래스나 인터페이스가 있다면 뱉는다. 다른 클래스나 인터페이스를 밖으로 내보내자.
java
2021. 1. 26. 22:47