InterviewSolution
Saved Bookmarks
| 1. |
Repeating annotations can be retrieved using _________ |
|
Answer» REPEATING ANNOTATIONS can be retrieved using _________ CHOOSE the correct option from below list (1)getAnnotations() (2)getAnnotationsList() (3)getAnnotationsByValue() (4)getAnnotationsByType() ANSWER:-(4)getAnnotationsByType() |
|