Java SQL injection learning notes

< H1 id = "0x01 - Introduction" > 1 Introduction

The main contents of the article include:

JDBC: full name: Java database connectivity is an API for Java to access a database. It does not depend on a specific database (database independent). All Java persistence layer technologies are based on JDBC. Please refer to more http://www.oracle.com/technetwork/java/javase/jdbc/index.html

In the scenario of directly using JDBC, if there are spliced SQL statements in the code, injection is likely to occur, such as highlighter ">

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>