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

what is rowset?

3 Answers   Marlabs,


What are the Normalization Rules?

2 Answers  


How are jdbc statements used?

0 Answers  


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

0 Answers  


Is jdbc a framework?

0 Answers  


I have written a program to connect to database using odbc.Can this Application run on any Platform????

2 Answers  


Explain the locking system in jdbc?

0 Answers  


Which type of driver provides jdbc access via one or more odbc drivers?

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


What is sqlwarning and discuss the procedure of retrieving warnings?

0 Answers  


What are four types of JDBC driver?

0 Answers  


What is odbc and jdbc?

0 Answers  


Categories