What are the different types of modifiers?

Answers were Sorted based on User's Feedback



What are the different types of modifiers?..

Answer / subrahmanyam

public
private
protected
static
(Inner classes only)
final
abstract
synchronized
transient
volatile
native

Is This Answer Correct ?    9 Yes 7 No

What are the different types of modifiers?..

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

Post New Answer

More JDBC Interview Questions

Which interface is responsible for transaction management in jdbc?

0 Answers  


What is jdbc thin client?

0 Answers  


explain about special characters?

0 Answers  


What is sqlwarning and discuss the procedure of retrieving warnings?

0 Answers  


Is jdbc object oriented?

0 Answers  






I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


How java can be connected to a database?

0 Answers  


what is rowset?

3 Answers   Marlabs,


What is the function of setautocommit?

0 Answers  


What is difference between jdbc and odbc?

0 Answers  


State the different connection methods used for creating different types of sql.

0 Answers  


What is jndi lookup?

0 Answers  


Categories