In real time project which driver did u use? What is the
main functionality of the Prepared Statement?

Answers were Sorted based on User's Feedback



In real time project which driver did u use? What is the main functionality of the Prepared Stateme..

Answer / sujith

If you dont know the correct answer pls...dont blobbbb
something to misguide others..

Type-4 driver is used in real time projeects.. Driver
related information are loaded during the runtime.

PreparedStatement is pre-Compiled statement. we can execute
more than 1 query at a time...

Is This Answer Correct ?    2 Yes 0 No

In real time project which driver did u use? What is the main functionality of the Prepared Stateme..

Answer / dsr

In real time project,We can use type-4 driver.This is fully
java based driver.Prepared statement:This is pre-compiled
sql query.

Is This Answer Correct ?    1 Yes 0 No

In real time project which driver did u use? What is the main functionality of the Prepared Stateme..

Answer / anjaneyulu

Actually type1 driver used because we can access any type of driver not only java related.
when ever developing the application javabase suggested to Type4 driver but i am not interest java technology it is not suggested or WHEN CHANGE UR TECHNOLOGY IT IS NOT SUGGESTED ,SO THAT COMPANIES PREFRED TO TYPE1 driver
eg: WEBSERVICES TECHNOLOGY SUPPORT ALL TECHNOLOGY(JAVA,NET,PHP,.......) THIS CASE USED TYPE1 DRIVER

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

How to prevent to create multiple objects of a java class?

3 Answers   ASD Lab, TCS,


Is string is a keyword in java?

0 Answers  


How many types of modifiers are there?

1 Answers   Infosys,


Difference between local and global transaction ?

1 Answers   Accenture, iFlex,


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  






What is complexity in java?

0 Answers  


What is Interface?

8 Answers   BMC,


why pointer is not used in java?

3 Answers  


When will we use them?

0 Answers  


What is t in parametric equations?

0 Answers  


what questions are been asked ??? for interview in apti

0 Answers  


What is data type modifier?

0 Answers  


Categories