what is difference between prepare stetement and callable
starement with example?
Answer / dileep
prepare statement means pre-compiled and we can create one
sql staatement but callable statement used to we can create
no of sql statements and using statement we can create
stored procedure.
| Is This Answer Correct ? | 5 Yes | 2 No |
what is diffrence between .NET and java?
Why do we declare a class static?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
Can we write any code after throw statement?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
What are three ways in which a thread can enter the waiting state in java programming?
What is difference between compatible and incompatible changes in serialization?
What is tcp ip in java?
Explain inner classes ?
What is integer size in java?
What is the use of protected in java?
What is scope & storage allocation of global and extern variables? Explain with an example