11. |
What will be the output of the following code?
Dim Str As String = "RAJ AMAN RAJ AMAN" Console.WriteLine(InStr(Str, "AMAN"))
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Dim Str As String = "RAJ AMAN RAJ AMAN" Console.WriteLine(InStr(Str, "AMAN"))
|
||||||||
Answer:
Option (d) |
12. |
________ returns a string after converting to uppercase and __________ returns a string after converting to lowercase
_________ ફંક્શન સ્ટ્રીંગ ને અપરકેસ માં કન્વર્ટ કરે છે અને _______ ફંક્શન સ્ટ્રીંગ ને લોવરકેસ માં કન્વર્ટ કરે છે
|
||||||||
Answer:
Option (b) |
13. |
What is the output of the following ?
Dim x As Double = -352.56 Dim y As Integer = (Int(Abs(x))) Console.WriteLine(y)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Dim x As Double = -352.56 Dim y As Integer = (Int(Abs(x))) Console.WriteLine(y)
|
||||||||
Answer:
Option (a) |
14. |
What is ADO.net ?
ADO.net શું છે ?
|
||||||||
Answer:
Option (a) |
15. |
ADO.net provides connection between
ADO.net _______ વચ્ચે નું કનેક્શન પૂરું પાડે છે
|
||||||||
Answer:
Option (d) |
16. |
________________ provides the bridge between the Data Set object and the data source
_______________ ડેટાસેટ અને ડેટા ઓબ્જેક્ટ વચ્ચે નો બ્રીજ પૂરો પાડે છે
|
||||||||
Answer:
Option (d) |
17. |
Which option is used to add database in VB.Net?
VB.Net માં ડેટાબેઝ એડ કરવા માટે નીચે ના માંથી કયા ઓપ્શન નો ઉપયોગ કરવામાં આવે છે ?
|
||||||||
Answer:
Option (b) |
18. |
When should you use the SqlConnection object?
SqlConnection ઓબ્જેક્ટ નો ઉપયોગ ક્યારે કરવો જોઈએ ?
|
||||||||
Answer:
Option (c) |
19. |
In .NET Framework if you want to use Data Provider for SQL Server, an application must reference the _______ namespace
.NET ફ્રેમવર્ક માં જો ડેટા પ્રોવાઇડર તરીકે SQL Server નો ઉપયોગ કરવો હોય તો એપ્લીકેશન ________ નેમસ્પેસ નો ઉપયોગ કરવાનો હોય છે
|
||||||||
Answer:
Option (d) |
20. |
What are the four main object of DataProvider ?
ડેટા પ્રોવાઇડર ના મુખ્ય 4 ઓબ્જેક્ટ ક્યાં ક્યાં છે ?
|
||||||||
Answer:
Option (a) |