Multiple choice technology web technology The reset method on an ActionForm Sets all properties to their initial value Sets all properties to null Repopulates all properties from the request parameters none Reveal answer Fill a bubble to check yourself D Correct answer Explanation The reset method on an ActionForm does not set properties to initial values, null, or repopulate from request parameters. The reset method is meant to reset properties to default values but must be implemented by the developer.