Explain the Sequence Diagram?
Answers were Sorted based on User's Feedback
Answer / sachin g
Sequence Diagram is nothing but the specific projects flow
of the program which can be simplified sequentially using
various diagrams.
The flow of the program from one to another and so on
untill and unless that it reaches to end of the specific
project.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / elizabeth moore
A sequence is when you continue to put things in oreder in
a story,poem,script,ETC.
| Is This Answer Correct ? | 1 Yes | 2 No |
Which is faster c++ or java?
what is the function of OS
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
What are the advantages of lambda functions?
What is lazy loading in jpa?
What is default constructor in java?
Can the main method be declared final?
Is java Class Thread safe ???? How to make java Class Thread safe ??
What does public static void main(string[]) mean?
Why we use beans in java?
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
What is web container in java?