how

please guide me

if one make a uml design of any project (small one),in NETBEENS,will net beens automatically implement it in JAVA syntax?

second question

can i get any general or BNF like way of defining classes and making object with the help of constructor methods and passing values to methods as well passing object to class methods?

[365 byte] By [hossaa] at [2007-11-27 5:09:51]
# 1
A quick google search for "netbeans uml" gave several promising results, some of them even free! http://www.google.com/search?q=netbeans+uml
hunter9000a at 2007-7-12 10:29:47 > top of Java-index,Java Essentials,Java Programming...
# 2
please guide me about my second questioni am having problems to convert my object oriented understanding of any problem in java language ,i can put my conceptualization of a problem in uml easely but java implementation is a problem for me what advise you will give?
hossaa at 2007-7-12 10:29:47 > top of Java-index,Java Essentials,Java Programming...
# 3

> please guide me about my second question

> i am having problems to convert my object oriented

> understanding of any problem in java language ,i can

> put my conceptualization of a problem in uml easely

> but java implementation is a problem for me what

> advise you will give?

I'd go through this tutorial: http://java.sun.com/docs/books/tutorial/ specifically the Learning the Java Language section. It claims it "teaches you the core concepts behind object-oriented programming: objects, messages, classes, and inheritance. This lesson ends by showing you how these concepts translate into code."

hunter9000a at 2007-7-12 10:29:47 > top of Java-index,Java Essentials,Java Programming...
# 4

> please guide me about my second question

> i am having problems to convert my object oriented

> understanding of any problem in java language ,i can

> put my conceptualization of a problem in uml easely

> but java implementation is a problem for me what

> advise you will give?

Learn Java (no offense, but it's the most reliable way :).

http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

kevjavaa at 2007-7-12 10:29:47 > top of Java-index,Java Essentials,Java Programming...