Filtering of special characters in FORM Submit is one of the problems faced by a novice programmer in J2EE/Java/JSP development. Best practice to avoid it and get the special characters filtered automatically is to use JDBC preparedStatements rather than Statements classes of JDBC.
No comments:
Post a Comment