Questions Related to technology

Multiple choice technology programming languages
  1. <jsp:getColor bean="fruit"/>

  2. <jsp:getProperty id="fruit" property="color"/>

  3. <jsp:getProperty bean="fruit" property="color"/>

  4. <jsp:getProperty name="fruit" property="color"/>

  5. <jsp:getProperty class="Fruit" property="color"/>

Reveal answer Fill a bubble to check yourself
D Correct answer