QUESTION 30
Given the following six method names:
addListener
addMouseListener
setMouseListener
deleteMouseListener
removeMouseListener
registerMouseListener
How many of these method names follow JavaBean Listener naming rules?
A. 1
B. 2
C. 3
D. 4
E. 5
Solution : B
plus imformation
Known to me naming rules of listeners are:
- Method used to register a listener with an event source must use "add" prefix, followed by the listener type.
- Method user to remove a listener must use "remove" prefix, followed by listener type.
- The type of listener to be added or removed must be passed as the argument to the method.
-->
리스너의 이름 지정 규칙은 다음과 같습니다 : - 이벤트 소스에 리스너를 등록하는 데사용되는 메소드는 "add"접두사와 그 뒤에 리스너 유형을 사용해야합니다. - 리스너를 제거하는 메소드 사용자는 "remove"접 두부와 리스너 유형을 사용해야합니다. - 추가되거나 제거되는 리스너 유형이 메소드의 인수로 전달되어야합니다.
'자격증 > OCJP_ExamB' 카테고리의 다른 글
QUESTION 32 (0) | 2018.07.10 |
---|---|
QUESTION 31 (0) | 2018.07.10 |
QUESTION 29 (0) | 2018.07.10 |
QUESTION 28 (0) | 2018.07.10 |
QUESTION 27 (0) | 2018.07.10 |
#IT #먹방 #전자기기 #일상
#개발 #일상