Which of the following commands is used to start the WEBrick web server?

A. script/start
B. start/script
C. script/server
D. script/webrick


Answer: C

Computer Science & Information Technology

You might also like to view...

If the code in a method can potentially throw a checked exception, then that method must __________.

a. handle the exception b. have a throws clause listed in the method header c. neither of these d. either of these

Computer Science & Information Technology

____ software provides tools to create and manipulate vector graphics.

A. Paint B. Drawing C. CAD D. Photo

Computer Science & Information Technology

Data maintained in a file is called _____________ .

a) persistent data b) bits c) secondary data d) databases

Computer Science & Information Technology

Which is the correct way to define a function named getAge()?

a. function getAge() { body of function } b. getAge = new function c. getAge() { body of function } d. new function getAge() { body of function }

Computer Science & Information Technology