Multiple choice technology web technology

The following is not a feature of java beans

  1. directives

  2. properties

  3. methods

  4. events

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

Java Beans are reusable Java components with specific features: properties (getter/setter methods for data access), methods (business logic), and events (notification mechanism for state changes). Directives are NOT a Java Bean feature - they are instructions for containers or processors (like JSP directives or compiler directives). The question asks what is NOT a feature, making 'directives' the correct answer.