What are the different types of modifiers?
Answers were Sorted based on User's Feedback
Answer / subrahmanyam
public
private
protected
static
(Inner classes only)
final
abstract
synchronized
transient
volatile
native
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / 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 |
How the information about db(database) can be retrieved?
What is odbc and jdbc in dbms?
What is jdbc databasemetadata interface?
Why do we need jdbc?
Explain the importance of drivermanager.
How can we store and retrieve images from the database?
What are types of jdbc drivers?
Does JDBC support stored procedures?
What is two-phase commit in the database?
What is sqlwarning and discuss the procedure of retrieving warnings?
Why are we using blob datatypes in jdbc?
How many categories of jdbc drivers are there?