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 |
How does jdbc connect to database?
Why resultset is used in java?
Does jpa use jdbc?
Give an example for getXXX method?
How does a file store compare with a jdbc store?
all Java qts are imp ?
Name the method, which is used to prepare a callablestatement.
What are the classes and methods used for sending sql statements to database?
How does jdbc work?
Can you create an index on sex column where there is M or F?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How do I find jdbc version?