Home » JAVA Programming » Networking » Question
  1. Which of these methods are used to find a URL from the cache of httpd?
    1. findFromCache()
    2. getFromCache()
    3. findfromCache()
    4. serveFromCache()
    5. None of these
Correct Option: D

serveFromCatche() is a boolean method that attempts to find a particular URL in the cache. If it is successful then the content of that cache entry are written to the client, otherwise it returns false.



Your comments will be displayed only after manual approval.