.NET and Java Web Development

Quiz covering .NET Framework concepts, C# programming, Java Servlets, and database programming fundamentals

10 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What are the characteristics of Database Management Systems?

  1. Non-redundancy
  2. Data Independence
  3. Increased Security
  4. All of the above
Question 2 Multiple Choice (Single Answer)

How many rows can be retrieved using a SELECT INTO statement in an application?

  1. none
  2. 1
  3. 2
  4. unlimited
Question 3 Multiple Choice (Single Answer)

A set of .NET 3.0 based technologies for quickly building workflow enabled applications is

  1. WWF
  2. WCF
  3. WPF
  4. WF
Question 4 Multiple Choice (Single Answer)

Functions and Procedures are different in which aspect ?

  1. Procedures do not return values
  2. Functions do not return values
  3. Procedure always return values
  4. None of these.
Question 5 Multiple Choice (Single Answer)

Which object allows you to work with a subset of the data contained in a DataTable.

  1. DataRow
  2. DataColumn
  3. DataView
  4. DataSet
Question 6 Multiple Choice (Single Answer)

Casting from reference type to value or vice versa is called as

  1. Casting/Uncasting
  2. Boxing/Unboxing
  3. Packing/Unpacking
  4. Stack & Heap Conversion
Question 7 Multiple Choice (Single Answer)

WinFx is/was the code name for which version of .Net Framework?

  1. 2
  2. 3
  3. 3.5
  4. 4
Question 8 Multiple Choice (Single Answer)

Microsoft's implementation of AJAX for ASP.Net was called

  1. Windows Presentation Foundation
  2. ATLAS
  3. WinFx
  4. Avalon
Question 9 Multiple Choice (Single Answer)

How does one acquire the object implementing RequestDispatcher interface?

  1. Using getRequestDispatcher() method of RequestDispatcher interface
  2. Using getRequestDispatcher() method of ServletContext interface
  3. Using getDispatcher() method of RequestDispatcher interface
  4. Using getDispatcher() method of ServletContext interface
Question 10 Multiple Choice (Single Answer)

Which of the following aren't the methods for state/session management in the context of Servlets?

  1. Rewritten URLs
  2. Hidden Variables
  3. Using HttpSession Interface
  4. HTTP Redirects