Java Framework
- Java framework allows the control of user behavior in Java and helps save time by eliminating the creation of test scripts
- This is possible by embedding Java source code into the framework
Need for input Validation
- Every application should be designed in such a way that it can ensure by itself that only valid data is inserted through predetermined parameters
- Any attempt to insert or update malicious data should be detected and rejected by the application
Java API
- Java API contains a set of classes in Java development environment
- It allows programmers to perform common tasks such as file transfer, networking, and data structures
