Which Annotation indicates that a particular parameter, return value, or field is null?

57. Which Annotation indicates that a particular parameter, return value, or field is null?

  1. @null
  2. @nullable
  3. @nullify

Answer: B) @nullable

Explanation:

@nullable annotation indicates that a particular parameter, return value, or field is null.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.