In JDBC, the __________ exception is thrown when there is a problem with the SQL syntax.
- DBException
- SQLException
- SQLSyntaxException
- SyntaxException
In JDBC, the SQLException is thrown when there is a problem with the SQL syntax.
Loading...
Related Quiz
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- Which method is responsible for cleaning up resources held by a filter in the filter chain?
- What is the primary purpose of load balancing in web applications?
- A thread-safe servlet ensures that shared data is accessed in a _________ manner.
- How should a system handle a situation where a transaction is interrupted due to a system failure?