Searching for "h"

Q:

How to create a Delegate?

Answer

public delegate void Del<T>(T item);


Del<int> d1 = new Del<int>(Notify);

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Lala lajapathi rai is the author of the book

A) India Divided B) Hind Swaraj
C) Unhappy India D) Mother India
 
Answer & Explanation Answer: C) Unhappy India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Which of the following newspapers was published in Bengali Language

A) Jugantar B) Pratap
C) Din Mani D) Lok Satta
 
Answer & Explanation Answer: A) Jugantar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

What is a delegate?

Answer

A delegate declares a ref type that references a named of anonymous method. Delegates are secure and type-safe. Consider them as type safe function pointers.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Who said, " I therefore, want freedom immediately, this very night, before dawn, if it can be had

A) Mahatma Gandhi B) Edwina Mounbatten
C) Jawaharlal Nehru D) Ms. Taslima Nasreen
 
Answer & Explanation Answer: A) Mahatma Gandhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Explain the process of creating a context menu using the ContextMenu component

Answer

ContextMenu component provides the users with the ability to access some very frequently used commands. Context menu works by right click of mouse. They mainly provide access to commands particular to the control that has been clicked upon.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Describe the .NET base class library

Answer

.NET’s Base class library exists in order to encapsulate huge number of common functions and makes them easily accessible to the developer. .NET base class library provides the functionality like ADO.NET, XML, Threading, IO, Security, Diagnostics, Resources, Globalization, collections etc. It serves as the main point of interaction between developer and runtime.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Which of the following books would you consult to get acquainted with Gandhian thourht

A) India wins freedom B) India Divided
C) Hind Swaraj D) Discovery of India
 
Answer & Explanation Answer: C) Hind Swaraj

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors