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

What is design pattern and there types?

2 Answers   Cap Gemini,


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

0 Answers  


Convert Binary tree to linked list.

0 Answers   Amazon,


Can we override static methods in java?

0 Answers  


how do I create a runnable with inheritance? : Java thread

0 Answers  


Which is a valid identifier?

0 Answers  


What Is Pointer?

4 Answers  


What are the differences between heap and stack memory in java?

0 Answers  


How are this and super used?

7 Answers   IBM,


What is class??

0 Answers   Tech Mahindra,


What are 3 data types?

0 Answers  


we cannot create an object of interface but we can create a variable of it

1 Answers  


Categories