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 is the major difference between java.util.date and java.sql.date data type?

0 Answers  


What are the functions of the jdbc connection interface?

0 Answers  


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


What is statement and preparedstatement in java?

0 Answers  


Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?

0 Answers  






What is de-normalization?

1 Answers  


What packages are used by jdbc?

0 Answers  


How warnings are retrieved in JDBC?

1 Answers  


What is the role of the jdbc drivermanager class?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


Diff bet.. Function and Trigger?

3 Answers   Logica CMG,


What are the different types of interfaces in the api component?

0 Answers  


Categories