What is type_scroll_insensitive in java?



What is type_scroll_insensitive in java?..

Answer / Ankit Prasad

type_scroll_insensitive is a constant value used when creating a ResultSet object using JDBC drivers to indicate that the ResultSet will be scrollable, but not sensitive to changes made by other transactions (read-only).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What happens if javac is not recognized?

1 Answers  


What is the resourcebundle class?

0 Answers  


What is data persistence in java?

1 Answers  


How do I open the java control panel?

1 Answers  


If you’re overriding the method equals() of an object, which other method you might also consider?

1 Answers  


What happens when you omit a brace or misspell one of the words, like public or

1 Answers  


what is meant by Encapsulation?Explain with an example?

4 Answers  


What kind of thread is the garbage collector thread?

1 Answers  


What is the first argument of the string array in main method?

0 Answers  


1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?

1 Answers  


What are struts java?

1 Answers  


What are the rules regarding quotation marks?

1 Answers  


Categories