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 |
How transactions are performed using JDBC ?
What are restrictions on triggers?
What is the role of jdbc drivermanager class?
What is represented by the connection object?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What are the main steps in java to make JDBC connectivity?
can we define indexes on a foreign key? Explain pros and cons?
Which interface is responsible for transaction management in jdbc?
What are the jdbc statements?
What is jdbc in dbms?
How many packages are available in jdbc api?
Is there another way of dealing with the result set that could execute faster?