Computer Programming MCQs

5739 MCQs  (Page 453 of 574)

What is the significance of Response.AddHeaders( ) ?
A. Adds HTTP headers to output stream
B. Adds tag to rendered page
C. Add headers to the web site
D. None of the above
Caching type supported by ASP.Net ?
A. Output caching
B. Datacaching
C. Both a and b
D. None of these
How do you get information from a form that is submitted using the “post” method ?
A. Request.querystring
B. Response.writeln
C. Response.write
D. Request.form
____________ tests make sure that new code does not break existing code?
A. Integration tests
B. Regression tests
C. Load test
D. Unit tests
Java is a _______________language?
A. Moderate typed
B. Strogly typed
C. Weakly typed
D. None of these
Which class cannot be subclassed (or extended) in java ?
A. Final class
B. Abstract class
C. Parent class
D. None of above
Which statement is static and synchronized in JDBC API ?
A. Getconnection()
B. Executequery()
C. Preparecall()
D. Executeupdate()
Inheritance means ?
A. Sub class create object of super class
B. Sub class extends base class
C. Sub class extends super class
D. All of the above
Java intermediate code is known as_________________?
A. Byte code
B. First code
C. Mid code
D. None of above
What is jdb_________________?
A. Java disassemble
B. Java interpreter
C. Java compiler
D. Java debugger