What is Bottom up & Top-down approach And How it can be implemented in JAVA?

You can find all kinds of information on these on google. Top down is typically thought of as breaking your problem into subproblems, then breaking these subproblems into further subproblems until you have methods/functions that do one thing well. Bottom up is a bit harder to explain, here is a link that I think does an ok job, but you're better off researching it yourself. http://nothing.tmtm.com/2002/06/bottom-up-programming/

commented: nice article +2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.