Answer Posted / keerthana
private-visible to class only.
public-visible to world.
private-visible to package and subclasses.
static-for creating class,methods and variables.
final-for finalizing the implementation of class,methods and variables.
abstract-for creating abstract classes and methods.
volatile-for implementing threads.
synchronized-for implementing threads.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is jdbc and explain jdbc architecture?
What is a statement in java?
How do you insert images into database using jdbc?
What is the difference between jdbc and jndi?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What does connection pooling mean ?
Which jdbc driver is the fastest driver?
Why is jdbc needed?
What are the types of jdbc drivers that exist?
Name the method, which is used to prepare a callablestatement.
What is the meaning of “dirty read” in the database?
What is a rollback in jdbc?
What are the advantages of database connection pooling?
Explain what should be done when a SQL exception is raised?