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 |
why the equals method can be override?when we override the equals method?
Explain reverse a linked list recursive java solution?
What is a methodologist?
How do you declare a string variable?
can any one tell me what is advantage of encapsulation
Can we override the overloaded method?
What is Interface?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is parameter tag and what is its use?
Superclass of exception
What is difference between null and void?
Why lambda expression is used in java?