InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of httpd class is used to write UrlCacheEntry object into local disk?(a) writeDiskCache()(b) writetoDisk()(c) writeCache()(d) writeDiskEntry()This question was addressed to me during an internship interview.The doubt is from Networking topic in division Serialization & Networking of Java |
|
Answer» Right answer is (a) writeDiskCache() |
|