InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to find a URL from the cache of httpd?(a) findfromCache()(b) findFromCache()(c) serveFromCache()(d) getFromCache()I have been asked this question in an online interview.My doubt stems from Networking in chapter Serialization & Networking of Java |
|
Answer» The correct option is (c) serveFromCache() |
|