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 |
Can the JDBC-ODBC Bridge be used with applets?
Does jdbc require oracle client?
How many rowset are available in jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How do I insert an image file (or other raw data) into a database?
Describe how the jdbc application works.
What is drivermanager in java?
What is statement and preparedstatement in java?
Result set’s index starts with 0 or 1?
What is difference between statement and preparedstatement in jdbc?
What is the execute method in java?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me