Tag: web 2.0

Questions Related to web 2.0

  1. Public Assemblies & Private Assemblies

  2. Public Assemblies & Shared Assemblies

  3. Private Assemblies & Shared Assemblies

  4. Shared Assemblies and Global Assemblies


Correct Option: C
  1. System

  2. System.Base

  3. System.objects

  4. System.Object


Correct Option: D
  1. Install Visual Studio

  2. Create Windows application

  3. Create Console Application

  4. Create a class

  5. Create Installer


Correct Option: A
  1. Using: Reflection

  2. Execution process

  3. Both

  4. Can't be viewed due to security reasons


Correct Option: A
  1. System.Globalization

  2. System.Configuration

  3. System.Resources

  4. System.Web.UI


Correct Option: A,C
  1. XSL

  2. XASL

  3. XAML

  4. ASMX

  5. ASPX


Correct Option: C
  1. ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation.

  2. It is available in .NET 2.0

  3. It is not availablae in .NET 2.0

  4. It is not applicable to windows application


Correct Option: A,C
  1. Thread.Sleep(-1)

  2. Thread.Sleep(0)

  3. Thread.Interupt()

  4. Thread.Wait()


Correct Option: C

What are Daemon thread?

  1. It is a normal thread then will run in the foreground

  2. It is a main thread

  3. Daemon thread will run in background and stop automatically when no operation

  4. There is no such thread


Correct Option: C