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 database deadlock ?
What does the jdbc driver interface do?
What is type 4 jdbc driver?
How MS-Access DB can be accessed over a network, using JDBC API?
What is namedparameterjdbctemplate?
How can we execute stored procedures using callablestatement?
What is a jdbc url?
What class.forname will do while loading drivers of jdbc?
How can we store the file in the oracle database?
Explain jdbc savepoint?
In which ways is driver class is registered with drive manager?
Is uri the same as url?
How to move the cursor in scrollable resultset ?
What are the main steps in java to make JDBC connectivity?
What are the advantages of using preparedstatement over statement?