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
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
____ software provides tools to create and manipulate vector graphics.
A. Paint B. Drawing C. CAD D. Photo
Data maintained in a file is called _____________ .
a) persistent data b) bits c) secondary data d) databases
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 }