1. What will be the output of the following Java program? import java.net.*; class networking { public static void main(String[] args) throws MalformedURLException { URL obj = new URL("https://www.sanfoundry.com
import java.net.*; class networking { public static void main(String[] args) throws MalformedURLException { URL obj = new URL("https://www.sanfoundry.com/javamcq"); System.out.print(obj.toExternalForm()); } }a) www.sanfoundry.com b) https://www.sanfoundry.com/javamcq c) sanfoundry ...
Sanfoundry Global Education & Learning Series – Java Programming Language. To practice all areas of Java language,here is complete set of 1000+ Multiple Choice Questions and Answers. Prev - Advanced Java Questions & Answers – Java Beans »Next - Advanced Java Questions & Answers – Design Pat...
1000+ PHP MCQ Questions & Answers for Exams, Online Tests, Quizzes, & Interviews! PHP MCQ PDF covers topics such as Array, Functions, String, Loops, Operators, PHP Session, Object, File, Regular Expressions, Exception Handling, PHP OOPs & Error Handling.