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 |
can we define indexes on a foreign key? Explain pros and cons?
What is savepoint in jdbc?
List the common jdbc exceptions ?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are static and dynamic queries?
Why jdbc is used in java?
What is com mysql jdbc driver?
What is the purpose of jdbc resultset interface?
write down exceptions those appear in java programs when u write JDBC Programs?
r u used any design patterns in your project?
What are types of resultset?
Explain Basic Steps in Writing a Java Program Using Jdbc?