This week, I gained practical experience with SQL and JDBC in Java by building a program that connects to a MySQL database. I learned how to set up and manage database connections, use prepared statements to insert and retrieve data, and handle transactions effectively by committing or rolling back changes when necessary. I also got better at managing exceptions and ensuring that resources like connections are closed to avoid memory leaks. Beyond the technical aspects this week highlighted the value of teamwork. My group and I worked together to divide the tasks, each of us focused on different parts of the code. This approach made the whole process much more efficient and organized. It not only helped us complete the project faster but also improved the quality of our work. Collaborating like this really showed me how important good planning and communication are when working on a team.

Comments

Popular posts from this blog