Answer Posted / 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 |
Post New Answer View All Answers
what about jdb and javadoc by example ?
How can I swap two variables without using a third variable?
How do I install jdk?
What are anonymous methods and lambda expression?
What is jpa entitymanager?
What is jboss in java?
How should I format my code? How should I comment my code?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
What is a service layer in java?
Is lambda expression an object?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
What are the advantages of java sockets?
What is jersey in java?
What is cloning in java?