Procedure to make a connection to the URL
Briefly describe the procedure to make a connection to the URL?
Expert
At first, obtain a URL instance and then invoke openConnection on it. The URLConnection is an abstract class that signifies you cannot directly make instances of it by using a constructor. You have to invoke openConnection process on a URL instance, to obtain the right type of connection for your URL. Example: URL url;
URLConnection connection; try{ url = new URL("..."); connection = url.openConnection(); }catch (MalFormedURLException e) { }
Explain in brief is VPN a long-term solution or the short-term stop gap sort of thing?
Describe the error correction and error detection techniques.
Normal 0 false false
Define SMTP: Short for Simple Mail Transfer Protocol is a protocol for sending e-mail messages among servers.
Define Anonymous FTP? Answer: The host which gives an FTP service might additionally give anonymous FTP access. Users usually log into service with an anonymous acco
What is latest in Exchange Server 2007?
Describe how a datagram becomes an undeliverable datagram? Answer: A datagram might become undeliverable, when: A) The target ho
Suppose that a router has a loopback address of 135.77.9.254. Transform the loopback address to an IS-IS system ID.
What is ICMP protocol:ICMP stands for Internet Control Message Protocol This is a Network Layer Internet protocol that can report errors and position information. We can utilize the ping command to send ICMP
Difference between Switch & Hub: Switch: Switches functions at Layer 2 Data Link Layer Forward / Filter decision using MAC address Loop Avoidance Address Learning Break-up collision domains
18,76,764
1935251 Asked
3,689
Active Tutors
1431213
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!