InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is used to know when was the URL last modified?(a) LastModified()(b) getLastModified()(c) GetLastModified()(d) getlastModified()()The question was asked during an online interview.This question is from HttpResponse & URLConnection Class in section Serialization & Networking of Java |
|
Answer» RIGHT OPTION is (B) getLastModified() The EXPLANATION: NONE. |
|