Liveness A concurrent application’s ability to execute in a timely manner is known as its liveness. reference
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을 수행한다....
확정일자
custom error page 띄우기
Comments powered by Disqus.