Answer Posted / 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 View All Answers
What are the advantages of database connection pooling?
What is jdbc driver in java?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is jdbc and odbc in java?
What does the connection object represents?
What is difference between java.util.Date and java.sql.Date?
Where can I find info, frameworks and example source for writing a JDBC driver?
Which interface handles transaction management in jdbc?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What are the new features available in jdbc 4.0?
How do I insert/update records with some of the columns having NULL value?
What is the limitation of PreparedStatement and how to overcome it?
What are the differences between statement and preparedstatement interface?
Is not bound in this context unable to find jdbc spring boot?
What is the difference between executing, executequery, executeupdate in jdbc?