Communication in LWP follows hypertext transfer protocol (HTTP) and is ____.

A. stateful
B. stateless
C. state-aware
D. state-smart


Answer: B

Computer Science & Information Technology

You might also like to view...

Figure 11.31 shows a bezier curve with start, end, and control points. Fill in the blanks to complete the statements for drawing this bezier curve. Assume the curve is drawn on a canvas with a rendering context, myContext.

1. myContext.___(___, ___);
2. myContext.___(___,___,___,___,___,___);

Computer Science & Information Technology

Which of the following is NOT true about managing system resources?

A) The system resources on your computer include the processor and the memory. B) A buffer is an area that temporarily holds data and instructions. C) A virtual printer does not have a print queue. D) The spooling buffer monitors your system and indicates when emails are ready to be sent.

Computer Science & Information Technology

The most obvious approach to making sure your program has no bugs is to ____ it.

A. test B. invert C. proofred D. compile

Computer Science & Information Technology

____________________ consists of ROM chips or flash memory chips that store permanent instructions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology