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
How to set NULL values in JDBC PreparedStatement?
How the JDBC application works?
What is the return type of class.forname() method?
What is odbc. how is it related to sql cli?
Is possible to open a connection to a database with exclusive mode with JDBC?
What does executeupdate return in jdbc?
What is odbc and jdbc drivers?
What is while rs next ())?
What are the methods which can verify the cursor particular position?
Where is jdbc url mysql?
What is the use of dialect?
Is jdbc a web technology?
Explain about DSN?
What is an encrypted internet connection?
Write an sql to find all records having all numeric characters in a field ?