GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
16. | Which of the following is not a member of ADODBCommand object? | ||
A. | ExecuteScalar | ||
B. | ExecuteStream | ||
C. | Open | ||
D. | ExecuteReader | ||
17. | Which DLL translate XML to SQL in IIS? | ||
A. | SQLISAPI.dll | ||
B. | SQLXML.dll | ||
C. | LISXML.dll | ||
D. | SQLIIS.dll | ||
18. | Default Session data is stored in ASP.Net. | ||
A. | StateServer | ||
B. | Session Object | ||
C. | InProcess | ||
D. | all of the above | ||
19. | Default scripting language in ASP. | ||
A. | EcmaScript | ||
B. | VBScript | ||
C. | PERL | ||
D. | PERL | ||
20. | How do you get information from a form that is submitted using the "post" method? | ||
A. | Request.QueryString | ||
B. | Request.Form | ||
C. | Response.write | ||
D. | Response.writeln | ||