programming languages Online Quiz - 196
Description: programming languages Online Quiz - 196 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which type of driver provides JDBC access via one or more ODBC drivers?
Which type of driver converts JDBC calls into the network protocol used by the database management system directly?
How can you retrieve information from a ResultSet?
How can you execute DML statements in the database?
What is, in terms of JDBC, a DataSource?
What is the meaning of ResultSet.TYPE_SCROLL_INSENSITIVE
Class C { public static void main(String[] args) { int[]a1[]=new int[3][3]; //3 int a2[4]={3,4,5,6}; //4 int a2[5]; //5 }} What is the result of attempting to compile and run the program ?.
Setting the following properties for object in ASP.NET results in Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache"
class C{ int i; public static void main (String[] args) { int i; //1 private int a = 1; //2 protected int b = 1; //3 public int c = 1; //4 System.out.println(a+b+c); //5 }}
Which of the following file formats does the reporting system supports
Which component has onRead method