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 is type 4 jdbc driver?
What are the types of jdbc drivers that exist?
How does a custom RowSetReader get called from a CachedRowSet?
Is there another way of dealing with the result set that could execute faster?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Explain creation of statement object with connection method create method with help of an example.
What is metadata in jdbc?
What is JDBC DataSource and what are it’s benefits?
How can we set null value in jdbc preparedstatement?
What are clob and blob data types in jdbc?
What is the use of getGeneratedKeys() method in Statement?
What is JDBC Driver interface?
What does it mean to "materialize" data?
What does executeupdate return in java?
What is Apache DBCP API?