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
Outline the major features of java.
What is difference between hashset and hashmap in java?
Is integer a class?
What is polymorphism and what are the types of it?
What is boolean data type in java?
What things should be kept in mind while creating your own exceptions in java?
Is it possible to use string in the switch case?
Can a function return a function?
What does exclamation mean in java?
How do you sort an array in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Explain the selection sort algorithm and state its time complexity?
What is method reference?
Why is a singleton bad?
Where is stringbuffer stored?