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 |
Can you create an index on sex column where there is M or F?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Where jdbc drivermanager class is used?
Describe how the jdbc application works.
What is the latest version of JDBC? What are the new features added in that?
what is call level interface?
How do I find jdbc version?
What is jdbc odbc?
Explain about the drive manager class working?
What is an escape syntax?
What are the different types of statements?
What is the purpose of jdbc resultset interface?