Multiple choice technology web technology

Which of the following is a built-in server for rails?

  1. Webmagick

  2. Webwidget

  3. Webrick

  4. Weblaunch

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WEBrick (Web Engine from Ruby) is the built-in web server that ships with Rails. It's included in Ruby's standard library and used by default when you run 'rails server' in development. Options A, B, and D are fictitious names meant to sound similar but don't exist.