Thursday, November 19, 2015

Popular Java Frameworks



Few Popular Java Frameworks:



What is Framework?


Frameworks are large bodies of pre written codes (library) in which you add your own code to solve a problem in a specific domain. 


Then, what is the difference between and Library and Framework?


The main difference is "Library" will be used by you're code and "Framework" will use or control your code.

In more simply words - You're code calls Library and Framework calls you're code as follows






No comments:

Post a Comment