.NET and Java Web Development
Quiz covering .NET Framework concepts, C# programming, Java Servlets, and database programming fundamentals
Questions
What are the characteristics of Database Management Systems?
- Non-redundancy
- Data Independence
- Increased Security
- All of the above
How many rows can be retrieved using a SELECT INTO statement in an application?
- none
- 1
- 2
- unlimited
A set of .NET 3.0 based technologies for quickly building workflow enabled applications is
- WWF
- WCF
- WPF
- WF
Functions and Procedures are different in which aspect ?
- Procedures do not return values
- Functions do not return values
- Procedure always return values
- None of these.
Which object allows you to work with a subset of the data contained in a DataTable.
- DataRow
- DataColumn
- DataView
- DataSet
Casting from reference type to value or vice versa is called as
- Casting/Uncasting
- Boxing/Unboxing
- Packing/Unpacking
- Stack & Heap Conversion
WinFx is/was the code name for which version of .Net Framework?
- 2
- 3
- 3.5
- 4
Microsoft's implementation of AJAX for ASP.Net was called
- Windows Presentation Foundation
- ATLAS
- WinFx
- Avalon
How does one acquire the object implementing RequestDispatcher interface?
- Using getRequestDispatcher() method of RequestDispatcher interface
- Using getRequestDispatcher() method of ServletContext interface
- Using getDispatcher() method of RequestDispatcher interface
- Using getDispatcher() method of ServletContext interface
Which of the following aren't the methods for state/session management in the context of Servlets?
- Rewritten URLs
- Hidden Variables
- Using HttpSession Interface
- HTTP Redirects