Is jdbc connection secure?



Is jdbc connection secure?..

Answer / Parmod Kumar

Yes, JDBC connections can be made secure by using encryption, authentication, and authorization mechanisms such as SSL/TLS, database usernames and passwords, and connection pooling with proper configurations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is namedparameterjdbctemplate?

1 Answers  


What is an SQL Locator?

1 Answers  


How to connect multiple database in jdbc?

1 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is difference between jdbc and odbc?

1 Answers  


Explain the different ways to register a driver?

2 Answers  


What is the query used to display all tables names in SQL Server (Query analyzer)?

1 Answers  


What is xe in oracle jdbc url?

1 Answers  


Explain the process of creating tables using NetBeans IDE?

1 Answers  


What is the difference between jdbc and odbc?

1 Answers  


Define preparedstatement.

1 Answers  


What are temp tables ?

1 Answers  


Categories