Multiple choice technology web technology

All UML diagrams can be generated from source code using reverse engineering?

  1. True

  2. False

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

Not all UML diagram types can be generated from source code. While reverse engineering can produce class diagrams, sequence diagrams, and object diagrams by analyzing code structure, it cannot automatically generate use case diagrams, activity diagrams, or state machine diagrams that capture business requirements and user interactions not explicitly represented in code.