1.

What is the output of this program? Note: Host URL was last modified on july 18 tuesday 2013 . import java.net.*; class networking { public static void main(String[] args) throws Exception { URL obj = new URL("https://www.mcqsmentor.com/"); URLConnection obj1 = obj.openConnection(); System.out.print(obj1.getLastModified); } }

A. July
B. 18-6-2013
C. Tue 18 Jun 2013
D. Tue Jun 18 2013
Answer» E.


Discussion

No Comment Found