Bài đăng

Memory Management in C# (Quick test)

Memory Management in C# 1.        Which of the following is not a static method  of GC class? A.       SuppressFinalize B.       ReRegisterForFinalize C.       RegisterFinalize D.       Collect 2.        Which the following statement is true regarding .Net Automatic memory Management? A.       This eliminates the leakage of managed memory. B.       It takes away memory management task from developer C.       It prevents leaking native Windows resources using finalize and dispose pattern D.       It takes away all kind of Windows resource management from developer 3.        Which the following statement is true regarding Garbage Collector? A.    ...

Tổng hợp một số câu hỏi trắc nghiệm Advanced features in C#

Hình ảnh
Advanced features in C#  1. Which of the following statements about throwing exceptions is false?     A. If you catch an exception and throw a new one to add more information, you should include the original exception in the new one’s InnerException property     B. If you rethrow the exception ex with the statement throw, the exception’s call stack is reset to start at the current line of code.     C. If you rethrow the exception ex with the statement throw ex, the exception’s call stack is reset to start at the current line of code     D. Before a method throws an exception, it should clean up as much as possible, so the calling code has to deal with the fewest possible side effects 2. Suppose the Car class provides a Stopped event that takes as parameters sender and StoppedArgsobjects. Suppose also that the code has already created an appropriate StoppedArgs object named args. Then which of the follow...

BSQL - FINAL EXAM (THEORY)

Hình ảnh
BSQL - FINAL EXAM (THEORY)  1. Which of the following is expressed by an E-R diagram? A. Relation between process and relationship B. Relation between entity and process C. Relation between processes D. Relation between entities 2. Which of the following indicates the maximum number of entities that can be involved in a relationship? A. Minimum cardinality B. Maximu...

Bài đăng phổ biến từ blog này

Hướng dẫn cài đặt VRML Pad và Cortona 3D Viewer

[Share] CSDL Quản lý Shop Online

[DevExpress] Giao diện Winform chuyên nghiệp