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 |
What is jdbc driver for sql server?
What are the main components of JDBC ?
Why do I have to reaccess the database for Array, Blob, and Clob data?
all Java qts are imp ?
What are the Isolation level in JDBC transaction?
Result set’s index starts with 0 or 1?
What is getconnection method in java?
What is represented by the connection object?
What are the different types of interfaces in the api component?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
how to use CallableStatement? specially how to use their index given ..
What is batch processing and how to perform batch processing in jdbc?