Answer Posted / 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 |
Post New Answer View All Answers
what happen if we set JDBC string to NULL?
RowSetInternal caller and returns void. What can I do in the readData method?
What is a jdbc connection pool?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain the necessary steps to connect to the database in java?
How do I receive a ResultSet from a stored procedure?
How can we execute stored procedures?
Explain about multiple implementations and drive manager?
What is in term of jdbc a datasource?
How to update a resultset programmatically?
What is preparedstatement in jdbc?
What are common JDBC Exceptions?
What are the packages are used in jdbc?
How does jdbc work?