Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the following values can be replaced in the place of 1 and 2 belowStatement stmt = con.createStatement(1, 2);
B) ResultSet. TYPE_SCROLL_INSENSITIVE , ResultSet. CONCUR_UPDATABLE
C) ResultSet. CONCUR_UPDATABLE,ResultSet. TYPE_SCROLL_SENSITIVE
D) ResultSet. CONCUR_UPDATABLE,ResultSet. TYPE_FORWARD_ONLY
Related Answered Questions
Related Open Questions