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
Which type of driver provides jdbc access via one or more odbc drivers?
What is the execute method in java?
What is encrypted connection?
Is jdbc part of j2ee?
What are the differences between resultset and rowset?
What is the purpose of jdbc?
Does sql allow null values ? Can we use it within where clause ?
How to connect multiple database in jdbc?
Does the JDBC-ODBC Bridge work with Microsoft J++?
Give an example of code used for setting up connection with a driver.
What is db client?
How to connect html page to database using jdbc?
Prepared statements are faster. Why?
Can we return resultset in java?
What is meant by jdbc?