Multiple choice technology programming languages

What is a software component that has been designed to be reusable in a variety of different environments?

  1. Applet

  2. Java Bean

  3. Hash table

  4. Class

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

Java Beans are reusable software components designed to be used in various environments, following specific conventions (no-arg constructor, Serializable, getters/setters) to enable visual manipulation and integration.