What is the main functionality of Prepared Statement?

Answer Posted / md sirajuddin

Prepared Statement is an interface , which is used to execute queries . In case of prepared Statement we can insert the data dynamically to the query , prepared statement is used to execution query multiple times.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ternary operator in java?

587


What is considered an anti pattern?

515


What is the maximum size of list in java?

536


What is thread safe singleton?

506


What does java ide mean?

629






What is difference between hashset and hashmap in java?

460


What is append in java?

619


What is a finally block?

549


How do you identify independent and dependent variables?

498


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2126


Is hashset ordered?

540


how can you catch multiple exceptions in java?

538


Which is easier .net or java?

635


Which java version is latest?

530


Is alive in java?

500