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 are Hostile Applets?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Can list contain null in java?
Where is jre installed?
What is argument in java?
What are the supported platforms by java programming language?
What is the primary benefit of encapsulation?
Is the empty set a singleton?
How many types of string data types are there?
What is meant by method overriding?
What is mutable object and immutable object?
When do we use synchronized methods in java?
Explain when classnotfoundexception will be raised ?
Do we need to manually write Copy Constructor?