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 |
Why is jdbc needed?
How does jdbc connect to database?
What is JDBC Savepoint? How to use it?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
How to get a whole row of data at once?
Write an sql to find all records having all numeric characters in a field ?
Explain about DSN?
What are the different types of 2 tier and 3 tier architecture ?
Which type of driver provides jdbc access via one or more odbc drivers?
What is com mysql jdbc driver?
How to store images in database?
What is the latest version of JDBC? What are the new features added in that?