Tag: programming languages

Questions Related to programming languages

  1. Private Funtion

  2. Method Function

  3. Member Function

  4. Class


Correct Option: C
  1. giving new meaning to existing C++ operators

  2. making c++ operators works with objects

  3. both a and b

  4. either a or b


Correct Option: C

A two dimension array can also be thought of

  1. Table

  2. Array of Arrays

  3. list of arrays

  4. both a and b


Correct Option: D
  1. a group function with the same name

  2. all have the same number and type of arguments

  3. functions with same name and same number and type of arguments

  4. none


Correct Option: A
  1. System.Data.Oracle

  2. System.Data.OracleClient

  3. System.Data

  4. System.Data.Sql


Correct Option: B

You want to cache the data for your application and do some extensive processing, which object will be best suited for your application

  1. DataReader

  2. Linq

  3. DataSet

  4. All of these


Correct Option: C
  1. System.Data.sql

  2. DBtransaction

  3. SqlTransaction

  4. DbConnectionStringBuilder


Correct Option: B
  1. adapter.Fill(dataSet, currentIndex, pageSize, "Orders")

  2. adapter.Fill(dataSet, "Orders")

  3. adapter.Fill(pageSize,dataSet,"Orders",1)

  4. dataSet.Tables("Orders").Rows


Correct Option: A
  1. System.Data.SqlClient

  2. System.Data.OracleClient

  3. System.Data.Odbc

  4. System.Data


Correct Option: D