Java OCA OCP Practice Question 1201

Question

Which of the following is a valid JavaBean method prefix?

  • A. is
  • B. add
  • C. request
  • D. put


A.

Note

JavaBean methods use the prefixes get, set, and is for boolean values, making Option A the correct choice.




PreviousNext

Related