Saved Bookmarks
| 1. |
Explain important phases of Web Application Development. |
|
Answer» 1.Requirement Definition Phase: In this phase problem is identified for which the web application is to be developed. 2. Design Phase: The focus is on "how" the application is to be designed. 3. Implementation Phase: Create backend database, frontend and the connectivity between them. 4. Testing Phase: Test the complete application (Front-End and Back-End) with multiple sample sets of data. |
|