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 Normalization?
4 Answers Accenture, Atos Origin,
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is isolation level? How to set it?
How many types of jdbc drivers are available?
What are cursor attributes?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How many packages are available in jdbc api?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
State the three different ways in which you can create a table?
How can I determine the isolation levels supported by my DBMS?
What is jdbc and jdbc drivers?
How MS-Access DB can be accessed over a network, using JDBC API?