Identify the difference between a library and framework
Library will have a default behaviour whereas frameworks will not have a default behaviour
Library can be extended easily whereas extending framework is complex and resource consuming
Library code, in general, is not allowed to be modified
The program's flow of control is dictated by the framework