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 |
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What is jdbc architecture?
Does jdbc use odbc?
Why resultset is used in java?
Why jdbc is used in java?
How many types of jdbc drivers are there?
What are the different types of modifiers?
How do you determine the sensitivity of the ResultSet object?
Jdbc-odbc bridge is multi-threaded or not?
What are the new features available in jdbc 4.0?
What are static and dynamic queries?
How to make updates to updatable result sets in jdbc?