An sequence diagram is
a time-line illustrating a typical sequence of calls between object function members
a call tree illustrating all possible sequences of calls between class function members
a time-line illustrating the changes in inheritance and instantiation relationships between classes and objects over time
a tree illustrating inheritance and relationships between classes
a directed acyclic graph illustrating inheritance and instantiation relationships between classes and objects
In the UML notation, inside each class in a class diagram are printed
its name, attributes, operations, and derived classes.
its name, attributes and operations.
its name, and attributes.
its name, and operations.
just its name.
Key elements of the use-case diagram are:
people, computers
actors, use-cases
people, classes, and objects
uses, cases
scenarios in point form
Aggregation (encapsulation) relationships are represented in the UML notation by
nesting of classes
lines with a solid diamond at one end
lines with a hollow diamond at one end
lines with an arrow at one end
lines without an arrow at either end
In which file will the servlets and the security roles of the application will be defined
Web.xml
application.xml
ps.xml
Actionconfig.xml
The file where the task flows and the page flows of the application is specified
Map.xml
DynamicContentAliases.xml
Where does the application been first taken in to, when an URL is hit in the browser
Servlet of the appilcation
Deployment descriptor of the appln
Context root of the application
ps.xml file of the application
In the UML notation, parameterized (generic) classes are represented by
the normal class representation with a dotted arrow pointing at the template parameter classes
the normal class representation but shaded grey.
the normal class representation with a dotted outline and the names of its parameter classes listed on the top right-hand corner.
the normal class representation with a rectangular box in its top left-hand corner.
Its a trick question - parameterized classes can't be specified in the UML notation.
In which file will the server side validations will be handled
Page Handler
Action Controller
JSP
Javascript
Where will the Life Host region of the server be mentioned
ec_debug.jsp->Configuration->DomainData->LifeHost
ec_debug.jsp->DomainData->Host.xml
using wasops
ec_debug->Jars->Registered Components->DomainData->Host