Class SQLInjectionExample

java.lang.Object
edu.pdx.cs.joy.jdbc.SQLInjectionExample

public class SQLInjectionExample extends Object
Demonstrates the security vulnerability of using Statement versus PreparedStatement for database queries. This example shows how SQL injection attacks work and how PreparedStatement protects against them.