Which kind of relationship is there between a URL string and its corresponding controller class/method?

10. Which kind of relationship is there between a URL string and its corresponding controller class/method?

  1. Many-to-one
  2. One-to-many
  3. Many-to-many
  4. One-to-one

Answer: D) One-to-one

Explanation:

A URL string and its related controller class/method usually have a one-to-one relationship.

Comments and Discussions!

Load comments ↻






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