Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

984


What are Normalization Rules? Define Normalization?

1054


What are runtime exceptions?

1160


How do generics work?

943


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

2054


How do I convert a string to an int in java?

1073


How to declare an arraylist in java?

1113


What do you mean by exception handling in Java?

1295


What are 3 boolean operators?

1007


What is singletonlist in java?

967


What is the mapping mechanism used by java to identify IDL language?

1009


What is constructor in java ?

1192


Can we make the abstract methods static in java?

1062


How many types of gc are there in java?

996


Is map sorted in java?

1065