Multiple choice technology web technology

Select appropriate reasons those make struts framework outdated.

  1. It is not particularly object-oriented.

  2. You work with hierarchies of components and design your application as such.

  3. Unless you output HTML directly from your Java code you still need to learn another major technology JSP plus custom tag libraries in order to produce output HTML pages.

  4. A very clean object-oriented and component based approach.

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

Struts is considered outdated because: (A) it's not truly object-oriented - Action classes are HTTP-driven rather than OO-designed; (C) it requires learning JSP and custom taglibs for HTML output. Options B and D incorrectly describe Struts - B mentions hierarchies (not a Struts strength) and D claims it's clean OO (which it is not).