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) { }
What do you mean by the term Digrams and Trigrams?
Briefly describe the configuration of 4 + 4 + 4?
Suppose that a router has a loopback address of 135.77.9.254. Transform the loopback address to an IS-IS system ID.
What kinds of routes are permitted into a stub area? Answer: OSPF intra-area and inter area routes, and a default route. Exterior routes are not promoted into a stub
Give a brief explanation of the term XTND XMIT.
State what is meant by the term Network Time Protocol?
Criticize the WS* approach to distributed application development.
Explain the difference among routing and switching.
Give illustration scenarios whenever an application goes into Inactive state?
Normal 0 false false
18,76,764
1960507 Asked
3,689
Active Tutors
1429066
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!