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
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What does jdbc do?
What are the differences between stored procedure and functions?
Define preparedstatement.
How can you make a connection?
What is JDBC Connection isolation levels?
Why is jdbc needed?
What are the different types of locking in JDBC?
What is odbc and jdbc in dbms?
Which interface is responsible for transaction management in jdbc?
What is odbc. how is it related to sql cli?
What are the methods which can verify the cursor particular position?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Explain about multiple implementations and drive manager?
What is type 4 jdbc driver?