Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you create an index on sex column where there is M or F?

1 Answers   Wipro,


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


Where jdbc drivermanager class is used?

0 Answers  


Describe how the jdbc application works.

0 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


what is call level interface?

1 Answers  


How do I find jdbc version?

0 Answers  


What is jdbc odbc?

0 Answers  


Explain about the drive manager class working?

0 Answers  


What is an escape syntax?

0 Answers  


What are the different types of statements?

4 Answers  


What is the purpose of jdbc resultset interface?

0 Answers  


Categories