In which of the following method Cookies are extracted from the response object of the supplied URI?

60. In which of the following method Cookies are extracted from the response object of the supplied URI?

  1. addCookie(uri)
  2. getCookie(cookieName,$cookieForm)
  3. fromResponse(uri)

Answer: C) fromResponse(uri)

Explanation:

In fromResponse(uri) method, Cookies are extracted from the response object of the supplied URI.

Comments and Discussions!

Load comments ↻






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