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 |
Please tell what are frames,pannel,container,jframe,jpannel and what are there relation?
What is injection in java?
What is class path in java?
What is the content of the Java 2 security policy file?
ioc vs dependency injection?
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.
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
explain how java se 8 data and time api solves issues of old java date api?
What is jar file in java?
How many types of jdk are there?
Do I need both jdk and jre?