Multiple choice general knowledge

JavaBean technology was the first hint of which of the following?

  1. J2EE reference implementation

  2. Industry acceptance of C and C++

  3. Component reuse

  4. Interactive development environments

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

JavaBeans introduced the concept of reusable software components in Java, allowing developers to create self-contained components that could be visually manipulated in builder tools. This was a foundational step toward component-based development in Java. The other options don't align with JavaBeans' historical significance.