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 do I know which jdbc driver to use?

0 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


what are the advantages of JDBC?

7 Answers  


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


Difference between Dirty, commited ,phantom,repeatable reads?

3 Answers  


Does jpa use jdbc?

0 Answers  


What is jdbc thin client?

0 Answers  


signature of init method?

2 Answers  


What is a merge field?

0 Answers  


Which package is used for jdbc application?

0 Answers  


Explain the various types of locking system in jdbc?

0 Answers  


What protocol does jdbc use?

0 Answers  


Categories