UML Interview Questions and Answers
UML : Explain Actors in the context of UML?

Explain Actors in the context of UML?

An actor in UML specifies a role played by a user or any other system that must interact with the sy....
Category: UML Date: 11/8/2009 5:34:09 AM
UML : Explan Use Case diagram and its purpose?

Explan Use Case diagram and its purpose?

Use Case diagram is a type of behavioral UML diagram and it is created from a Use-case analysis. Its....
Category: UML Date: 11/8/2009 5:26:16 AM
UML : What do you mean by Use-Case?

What do you mean by Use-Case?

The term Use-Case is used in software engineering which is a description of a system's behavior. In ....
Category: UML Date: 11/8/2009 5:20:16 AM
UML : What are the various UML modeling diagrams?

What are the various UML modeling diagrams?

UML Modeling diagrams can be classified in two categories: Static/Structural and Dianamic/Behavioral....
Category: UML Date: 11/8/2009 5:06:48 AM
UML : Name some tools used for UML modeling?

Name some tools used for UML modeling?

Commercial UML tools: 1) Rational Rose 2) Blueprint Software Modeler 3) Power Designer 4) Borland To....
Category: UML Date: 11/8/2009 4:49:47 AM
UML : What are diagrams?

What are diagrams?

Diagrams are graphical representation of a set of elements most often shown made of things and assoc....
Category: UML Date: 10/15/2009 6:08:06 AM
UML : Explain modeling and its advantages?

Explain modeling and its advantages?

Modeling is a proven and well-accepted engineering technique which helps build a model. Model is a s....
Category: UML Date: 10/15/2009 6:06:27 AM
UML : What is UML?

What is UML?

UML stands for Unified Modeling Language and it is a graphical language for visualizing, specifying,....
Category: UML Date: 10/15/2009 5:58:31 AM
Recent Answers
How do you declare destructor in c#?
kumar answered: by implementing finalize and dispose method