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 a statement?
What are the jdbc api components?
How can we retrieve the file in the oracle database?
What is device controller?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Is jdbc open source?
What is jdbc and its advantages?
What is JDBC API and when do we use it?
What is sqlwarning?
Why do we use jdbc statements?
Is jdbc faster than odbc?
What are the three basic components of the odbc architecture?
What is a jdbc connection string?
explain about special characters?
List the common jdbc exceptions ?