Who is an Actor?
Answers were Sorted based on User's Feedback
Answer / surendra singh (suraj)
An Actor is something or someone who intract with the
system under development. An actor can be a Human, device
or an external system. An actor can be a giver / reciever
of information or both.
| Is This Answer Correct ? | 41 Yes | 1 No |
Answer / tanmoy roy
An actor specified the role played by an external entity(
may be human ,process or other system ) on the system.
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / bilal dooply
An Actor is an entity which interacts with the System
(either human(Developers & End-User) or hardware(Hardware
Accessories) or system(Software System)).
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / eswari
actor is a something with behavior such as a person,computer system,or organization.for eg manager
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramya
Actor is nothing but an object extract service from other
i.e rest of the objects.
| Is This Answer Correct ? | 2 Yes | 3 No |
Define modularity?
Explain about the analysis phase?
What is guard condition?
8 Answers Mannar Company, Syntel,
State about java and its relation to object oriented programming?
Explain the different types of constructors
Can we have a default method definition in the interface without specifying the keyword "default"?
What is garbage collection(gc)?
What is a default method? Why do we need default methods in java 8 interfaces?
What is multiple inheritance? How java 8 supports multiple inheritance?
What does it mean that a method or class is abstract?
Explain about object oriented databases?
What is a functional interface? What is sam interface?