Performance of application will be faster if you use PreparedStatement interface - JDBC
        
	  
	
    Q.  The performance of the application will be faster if you use PreparedStatement interface because query is compiled only once.- Published on 22 Jul 15a. True
b. False
ANSWER: True