Google News
logo
Rest API - Quiz(MCQ)
Which of the following annotation of JAX RS API assigns a default value to a parameter passed to method?
A)
@Context
B)
@DefaultValue
C)
@FormParam
D)
@CookieParam

Correct Answer :   @DefaultValue


Explanation : @DefaultValue − Assigns a default value to a parameter passed to method.

Advertisement