Login
Remember
Register
User GeorgeBell
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by GeorgeBell
0
votes
How Conventions for Test Discovery works in Python?
answered
Jun 30, 2020
in
Python
#python
Python-questions-answers
0
votes
What is Test Discovery and what is command structure in Python?
answered
Jun 30, 2020
in
Python
#python
Python-questions-answers
0
votes
How to run a Test Module in Python?
answered
Jun 30, 2020
in
Python
#python
Python-questions-answers
0
votes
List some features of Typescript?
answered
Jun 3, 2020
in
Dot Net
#typescript
0
votes
What is the need of TypeScript?
answered
Jun 3, 2020
in
Dot Net
#dotnet
#typescript
0
votes
How is TypeScript different from JavaScript?
answered
Jun 3, 2020
in
Dot Net
#typescript
0
votes
Which of the following consists of methods for contacting a database?
answered
May 21, 2020
in
JAVA
#java
#jdbc
Java-questions-answers
0
votes
Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?
answered
May 21, 2020
in
JAVA
#java
#jdbc
Java-questions-answers
0
votes
Which of the following holds data retrieved from a database after you execute an SQL query using Statement objects?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following is not a valid type of ResultSet?
answered
May 21, 2020
in
JAVA
#java
#jdbc
Java-questions-answers
0
votes
In which of the following type of ResultSet, the cursor can only move forward in the result set?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
In which of the following type of ResultSet, the cursor can scroll forwards and backwards, and the result set is not sensitive to changes made by others to the database that occur after the result set was created.?
answered
May 21, 2020
in
JAVA
#java
#jdbc
Java-questions-answers
0
votes
In which of the following type of ResultSet, the cursor can scroll forwards and backwards, and the result set is sensitive to changes made by others to the database that occur after the result set was created?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, calls native code of the locally available ODBC driver?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, calls database vendor native library on a client side. This code then talks to database over network?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, talks with the server-side middleware that then talks to database? A - JDBC-ODBC Bridge plus ODBC driver B - Native-API, partly Java driver C - JDBC-Net, pure Java driver D - Native-protocol, pure Java driver
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, uses database native protocol?
answered
May 21, 2020
in
JAVA
#jdbc
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, is also called Type 1 JDBC driver?
answered
May 21, 2020
in
JAVA
#jdbc
#java
Java-questions-answers
0
votes
Which of the following type of JDBC driver, is also called Type 2 JDBC driver?
answered
May 21, 2020
in
JAVA
#java
Java-questions-answers
0
votes
Which of the following gives out the connection to the database and implements the protocol for transferring the query and result between client and database?
answered
May 21, 2020
in
JAVA
#java
#jdbc
Java-questions-answers
Page:
« prev
1
...
57
58
59
60
61
62
63
64
65
66
67
...
84
next »
...