What are statements in JAVA ?
Answer / almeja del río
* A Java statement is the smallest unit that is a
complete instruction.
* Statements must end with a semi-colon.
* Statements generally contain expressions (expressions
have a value)
* One of the simplest is the Assignment Statement
<variable> = <expression>;
For Example:
int height;
height = 34;
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the different types of statements? How we can you use preparedstatement.
What is the use of dialect?
If I use the JDBC API, do I have to use ODBC underneath?
What is the full form of jdbc and what is its purpose?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
what is meant by connection pooling?
How does JDBC differ from ODBC?
What is an escape syntax?
What is the use of the statement in jdbc?
Difference between servlet and applet method?
What is the meaning of connection?
What is the execute method in java?