What are statements in JAVA ?



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

Post New Answer

More JDBC Interview Questions

How to connect multiple database in jdbc?

0 Answers  


What is a rollback in jdbc?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


Where is ojdbc14 jar located?

0 Answers  






Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

1 Answers   Exilant,


Explain the locking system in jdbc?

0 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


What is device controller?

0 Answers  


what are the Different types of exceptions in JDBC?

1 Answers  


What is meant by a ResultSet?

3 Answers  


Categories