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 data can be inserted into long row column of database?
Which is faster jdbc or odbc?
What is jdbc template?
What are the types of jdbc drivers that exist?
What is JDBC API and when do we use it?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is a jdbc connection?
What is connection commit?
wahts is mean by primary key and unique key?
What is the meaning of connection?
Is jdbc part of j2ee?
What is JDBC Driver interface?