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
Why do we need jdbc driver?
What is the role of class.forname while loading drivers?
What do you mean by odbc?
What are the ddl statements?
Why prepared statements are faster?
What is the use of jdbc api?
How to test jdbc connection to sql server?
Is jdbc database independent?
What are collection pools?
Is jdbc faster than hibernate?
What does connection pooling mean ?
What is odbc. how is it related to sql cli?
What is jdbc url for mysql?
How a database driver can be loaded with jdbc 4.0 / java 6?
What is url in jdbc connection?