1. Java for Databases
If possible, excluding as much middleware between the client and server is the most ideal way to implement a JDBC database in terms of speed and efficiency. ... This is because in this form the client Java application is in direct communication with the Database server. The JDBC end of the application would be solely responsible for passing information from client to server and vice versa. ... For this reason the JDBC API takes inspiration from the security API in that it helps protect the server by assuming unsigned applets are untrustworthy. ... However the JDBC in this case is required at ...
- Word Count: 1243
- Approx Pages: 5
- Grade Level: High School