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 are types of jdbc drivers?
What is jdbc and its types?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is jdbc driver for sql server?
What is odbc and jdbc drivers?
What is jdbc resultsetmetadata interface?
How java can be connected to a database?
How does jdbc work?
What does the connection object represents?
How to connect multiple database in jdbc?
What does setautocommit do?
How to check jdbc driver version in websphere?
What are the different types of resultset?
Which is better odbc or jdbc?
Does sql allow null values ?