What are statements in JAVA ?
Answer / 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 |
What is an SQL Locator?
Where is ojdbc14 jar located?
What type of driver you use in real-time projects?
how can we connect to db without using getConnection() method
What is executeupdate in java?
How do we load the drivers?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are the three basic components of the odbc architecture?
What are the utilities of the callablestatement?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What is metadata in jdbc?
What is jdbc architecture?