Java
class A{
A(){
}
A(int b){
super()
}
}
막 이런코드 예시에서 봤는데
에러나야될거같은데 안나네
그럼 A()실행하는겨?

- dc official App