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
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 |
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 |
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 |
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
What is the use of StringTokenizer class?
Does java arraylist maintain insertion order?
Can we declare a static variable inside a method?
what is ststic with example
What are the important features of Java 10 release?
List some features of the abstract class.
What is an object-oriented paradigm?
What are the parts of a method?
Can an interface have a constructor?
What does += mean coding?
Why Java doesn’t support multiple inheritance?