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 |
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What are the different types of lockings in jdbc?
How we can you use preparedstatement.
How do I load a database driver with JDBC 4.0 / Java 6?
What are the advantages of database connection pooling?
When do we get java.sql.SQLException: No suitable driver found?
Difference between Generic Servlet and HTTP Servlet?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Which interface is responsible for transaction management in jdbc?
What is jdbc thin client in oracle?
What are the advantages of using preparedstatement over statement?
Explain the various types of locking system in jdbc?