A concurrent application’s ability to execute in a timely manner is known as its liveness.
throws 절의 역할 컴파일러가 uncaught (checked) exception들을 에러로 처리하도록 함. 프로그래머가 함수를 호출할때, 어떤 exception이 발생할 수 있는지 알수 있도록 함. unchecked exception 또한 throws절에 명시하는 이유이다. 출처
Method Signature란? Java에서 method signature란 함수명,파라미터의 타입,갯수,순서를 말한다. 리턴타입과 thrown exception들은 method signature의 일부로 간주되지 않는다. 예를 들면, 다음 두 메소드는 다른 signature를 가진다. doSomething(String[] y); doSometh...
Binary Numeric Promotion operator가 binary numeric promotion을 operand들에게 적용할때, numeric type으로 변환되는 값을 명시해줘야 하며, 다음과 같은 규칙을 따른다. 순서대로 살펴보면 다음과 같다. 1. 만약 reference type이라면, unboxing conversion을 수행한다....
CORS setting
Day1
Comments powered by Disqus.