Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are statements in JAVA ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what happen if we set JDBC string to NULL?

3448


RowSetInternal caller and returns void. What can I do in the readData method?

1021


What is a jdbc connection pool?

997


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

1038


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

1047


Explain the necessary steps to connect to the database in java?

1091


How do I receive a ResultSet from a stored procedure?

1012


How can we execute stored procedures?

1069


Explain about multiple implementations and drive manager?

1091


What is in term of jdbc a datasource?

959


How to update a resultset programmatically?

1137


What is preparedstatement in jdbc?

1010


What are common JDBC Exceptions?

1034


What are the packages are used in jdbc?

1097


How does jdbc work?

922