|
10、 A developer is looking for a method that was previously created somewhere in the project. It is named either “getOrderStatus” or “getCurrentStatus”. Using the Java Search tab, what is the MOST direct way to find the method?
A) Select References in the Limit To pane. Enter “*Status*” as the Search string.
B) Select Declarations in the Limit To pane. Enter “*Status*” as the Search string.
C) Select References in the Limit To pane. Enter “get*Status” as the Search string.
D) Select Declarations in the Limit To pane. Enter “get*Status” as the Search string.
Answer: D |
|