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
Give an example for getXXX method?
Explain the JDBC Architecture?
What is jdbc connection?
Does jdbc use odbc?
What are the main steps in java to make JDBC connectivity?
What is jdbc oracle thin?
How to check jdbc connection in linux?
How can I get information about foreign keys used in a table?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How to update a resultset programmatically?
How many types of statements are there in jdbc?
What is jndi lookup?
What are the different types of interfaces in the api component?
How many types of JDBC Drivers are present and what are they?
What are different types of JDBC Drivers?