Do not assume that PreparedStatements are slower. Try it, measure it, and then judge.
PreparedStatements should always be used in preference to Statement, pretty much without exception, especially when SQL injection attacks are what you're trying to avoid.