0

programming languages Online Quiz - 347

Description: programming languages Online Quiz - 347
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

List mylist = new ArrayList(); mylist.add(5); If you compile this lines in JAVA 1.5 , it will give compilation error.

  1. True

  2. False


Correct Option: B

The .NET Framework class library is divided into two parts: the Basic Class Library and the Framework Class Library.

  1. True

  2. False


Correct Option: B

The GC runs only when a certain amount of memory has been used or there is enough pressure for memory on the system

  1. True

  2. False


Correct Option: A

.NET Framework 1.0 released on 2001-02-13

  1. True

  2. False


Correct Option: B

.NET Framework 2.0 Released with Visual Studio 2005, Microsoft SQL Server 2005, and BizTalk 2005.

  1. True

  2. False


Correct Option: B
  1. Array

  2. Vector

  3. List

  4. Pointers


Correct Option: A
- Hide questions