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 do you understand by jdbc statements?
What is JDBC RowSet? What are different types of RowSet?
What is a JDBC 2.0 DataSource?
What are the classes and methods used for sending sql statements to database?
What is represented by the connection object?
How to set NULL values in JDBC PreparedStatement?
What is jdbc and its advantages?
Which package contains jdbc api?
Explain about Join?
What is statement and preparedstatement in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is JDBC Statement?
Which is better odbc or jdbc?
Why we use while rs next ())?
What is jdbc and odbc in java?