PreparedStatement | JDBC Tutorial for Beginners

Опубликовано: 19 Июль 2021
на канале: Java Code Junkie
20,509
317

In this JDBC tutorial for Beginners we will learn how to use the PreparedStatement. A PreparedStatement is an object that represents a precompiled SQL statement.

A SQL statement is precompiled and stored in a PreparedStatement object. This object can then be used to efficiently execute this statement multiple times.

A couple of advantages of the PreparedStatement
1. Faster execution (possibly) than the Statement
2. Prevents SQL Injection attacks

Wikipedia article on SQL Injection
https://en.wikipedia.org/wiki/SQL_inj...

More JDBC Videos
   • JDBC for Beginners  

Eclipse Project code is available on GitHub
https://github.com/JavaCodeJunkie

Check out my YouTube Channel for more FREE videos
   / javacodejunkie  

Do you want to learn more about Java and how you can grow your skills as a Java Developer? SUBSCRIBE and ring that bell!


Смотрите видео PreparedStatement | JDBC Tutorial for Beginners онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Java Code Junkie 19 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 20,509 раз и оно понравилось 317 людям.