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 |
What happens if javac is not recognized?
What is the resourcebundle class?
What is data persistence in java?
How do I open the java control panel?
If you’re overriding the method equals() of an object, which other method you might also consider?
What happens when you omit a brace or misspell one of the words, like public or
what is meant by Encapsulation?Explain with an example?
What kind of thread is the garbage collector thread?
What is the first argument of the string array in main method?
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?
What are struts java?
What are the rules regarding quotation marks?