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 ?



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 transactions are performed using JDBC ?

2 Answers  


What are restrictions on triggers?

0 Answers  


What is the role of jdbc drivermanager class?

0 Answers  


What is represented by the connection object?

0 Answers  


How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?

0 Answers  


What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


can we define indexes on a foreign key? Explain pros and cons?

1 Answers  


Which interface is responsible for transaction management in jdbc?

0 Answers  


What are the jdbc statements?

0 Answers  


What is jdbc in dbms?

0 Answers  


How many packages are available in jdbc api?

0 Answers  


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

0 Answers  


Categories