Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Constructors
Which of the following statements is correct?
There is one garbage collector per program running in memory.
There is one common garbage collector for all programs.
An object is destroyed by the garbage collector when only one reference refers to it.
We have to specifically run the garbage collector after executing Visual Studio.NET.
Correct Answer:
There is one common garbage collector for all programs.
← Previous Question
Next Question→
More Questions from
Constructors
Which of the following statements are correct about static functions? Static functions can access only static data. Static functions cannot call instance functions. It is necessary to initialize static data. Instance functions can call static functions and access static data. this reference is passed to static functions.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments