answersLogoWhite

0

What else can I help you with?

Related Questions

Describe why an application developer might choose to run an application over udp rather than tcp?

UDP is a transport protocol that does not check for errors. One would use it when speed of the transport is desired, not quality or reliability. If you were streaming video or using voice, then getting the packets to the destination quickly is more important than making sure each sound gets to the receiver.


Which two tools might a software developer or a system administrator use to register a component of an application in the windows registry?

Component Services (also called COM+) and Regsvr32_


Which two tools might a software developer or system administrator use to register a component of an application in the Windows registry?

Component Services (also called COM+) and Regsvr32_


What are the reasons an architect might choose copper rather than zinc for a roof?

lss reactive


Why might a writer choose to use the passive voice?

A writer might choose to use the passive voice to shift the focus onto the receiver of the action rather than the doer, to create a sense of formality or objectivity, or to emphasize the action rather than the one performing it.


What troubleshooting techniques might work to fix any Windows applications?

In windows 7 click on the application and choose troubleshoot compatability


Why a manufacturer might choose to use Manufactured timber rather than Natural timber?

Cost, consistency and better quality control.


Why might a manufacturer choose to sell products through a store department store rather than a discount store?

Cuz bro


Why might you choose a Macintosh operating system rather than Linux operating system?

the macintosh operating systems is more user-friendly


Why might you choose a Macintosh operating system rather than a Linux operating system?

the macintosh operating systems is more user-friendly


Why might you choose to use ECP mode for your parallel port rather than EPP mode?

ECP is faster (because it uses a DMA channel).


Why httpservlet class called abstract?

Because, the creators of the servlet framework cannot give all the functionality that you might want in your application. So, if they make their class abstract, you the developer will be providing all the functionality you need and still stick to the framework standards defined by them.