answersLogoWhite

0

What are the statements in java?

Updated: 8/16/2019
User Avatar

Wiki User

12y ago

Best Answer

There are many kinds of statements that are used in Java and they are predominantly used for database connectivity using JDBC

Ex:

  • PreparedStatement - for normal SQL Queries
  • CallableStatement - for stored procedures
User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the statements in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the pane in which the Java programming statements are located called?

The pane in which the Java programming statements are located is called


What are the three looping statements in java PL?

There are 4 different looping statements in Java. They are:While loopDo-While loopFor loopFor Each loop


What is a method in Java?

A Java method is a sequence of statements. It is comparable to a function, subroutine, or procedure in other languages.


What are the uses of java database connectivity?

Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.


How are java program statements terminated?

Each statement in Java ends with a semicolon, for example: int a; a = 5; int b = 10;


What is syntax for exceptional handling in java?

try{ statements; } catch(Exception e) { message }


How many parts are there in java?

There are many parts.Import statements.Customs Functions.Main Method.Try-Catch-Finally Statements.


Is it possible that overuse of selection and repetition statements can lead to JAVA Run time Bloat?

Yes it is


How many package and import statements are allowed in a java source file?

package - only one imports - unlimited. You can have as many import statements in your class as you want.


What is Logic error in java programming?

Logical errors are grammatical errors or mistakes made by a programmer in java, it may not affect the program design but it can change the context of the statements.


How can one assign a list of integers in Java?

Put statements at the start of ones code will allow one to have a list of integers in their Java program. If one does this then they will successfully have integers in their code.


What is java compound statement?

A compound statement is a group of statements enclosed in braces, i.e curly brackets. A compound statement is a group of statements enclosed in braces, i.e curly brackets.