What are the types of statement? explain
Answer / dsr
There are three types of statements
1.statement
2.preparted statement
3.callable statement.
1.statement:like as sql query.
2.prepared statement:pre-compiled sql query.
3.callable statement-to call the stored procedure.
| Is This Answer Correct ? | 38 Yes | 7 No |
What is the difference between call by reference and call by pointer?
What are the common uses of "this" keyword in java ?
What is jvm? Why is java called the platform independent programming language?
What is onClassLoader in java?
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
How many types of gc are there in java?
What is polymorphism in java? What are the kinds of polymorphism?
What are the major drawbacks of external iteration?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
What is the difference between a method and a function in alice?
what is the messsage u r going to get from an objectoriented programing?
What is classes in java?