Multiple choice technology web technology

Struts uses command design pattern

  1. True

  2. False

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

Struts uses the Command pattern extensively. The Action classes encapsulate requests as commands, and ActionServlet acts as the invoker. Each Action represents a command that executes a specific operation, which is the essence of the Command design pattern.