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

What are the 4 types of jdbc drivers?

0 Answers  


What are the different types of 2 tier and 3 tier architecture ?

2 Answers   Honeywell,


callable is interface or class ?

9 Answers   Fidelity,


What are JDBC Best Practices?

0 Answers  


What is a statement in java?

0 Answers  






Is there another way of dealing with the result set that could execute faster?

0 Answers  


Write an sql to find all records having all upper case alphanumeric characters in a field ?

0 Answers  


How to find total column from a resultset?

6 Answers   TSYS,


What are JDBC statements?

2 Answers  


How do I find jdbc version?

0 Answers  


Is jdbc secure?

0 Answers  


How can we retrieve the file in the oracle database?

0 Answers  


Categories