What is mean by UML? what is the use? where we are using?
Answer Posted / spanksguy
UML is Unified Modeling language.
It is the significant part of any application either it is
Web or Window Application. Because it help us for
analysing the basic need of project and help to design its
character(class,object).
We use it in any Project for the development of any
application.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is merge sort in java?
What is the difference between serializable and externalizable interface?
Can there be an abstract method without an abstract class?
What happens when a thread cannot acquire a lock on an object in java programming?
What is an example of a conditional statement?
What is the largest data type in java?
Is java free for commercial?
How to perform linear search in java?
What is private static class in java?
How do you stop a thread in java?
Why are lists ordered in java?
Explain tree set and its features?
How does remove work in java?
Explain numeric promotion?
Which is the best approach for creating thread ?