943,808 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 323
  • VB.NET RSS
Sep 24th, 2009
0

Interview Questions plz help tom is my interview

Expand Post »
1) What is versioning?
2) What is DLL hell?
3) Destructor - It is called automatically when object is destroyed.
Rite or wrong?
4) Finalize or destructor are same?? They have same definitions.
5) Interfaces vs. Abstract Classes?
6) BCL vs FCL?
Similar Threads
Reputation Points: 17
Solved Threads: 0
Junior Poster in Training
mansi sharma is offline Offline
75 posts
since Apr 2008
Sep 24th, 2009
0

Re: Interview Questions plz help tom is my interview

Let me preface this by saying that I've done some searching for you as they'll probably give better explanations that I will. If you have anymore questions after reading the links, then come back and we'll attempt to answer them.

Good luck in your interview!

1) Google search, select the first result.
2) Google search, select the first result.
3) Google search, select first result.
4) Not entirely sure, so I'm not going to provide links without knowing/understanding personally.
5) Google search, select the second result.
6) Google search, select the first result
Reputation Points: 28
Solved Threads: 13
Junior Poster in Training
Stevoni is offline Offline
73 posts
since Jul 2009
Sep 24th, 2009
0

Re: Interview Questions plz help tom is my interview

1. That could be many things but likely they're talking about source control so you have a copy of the exact source code at each version
2. In the old days when you had a DLL named "file1.dll" that had to reside in C:\windows\system32\file1.dll you were screwed if Application A used v1.0, and Application B used v2.0 . It was DLL hell.
3. True
4. No they are not. A destructor implicitly calls the finalize method BUT you can implement more cleanup code in the destructor.
5. You can only inherit from a single class but you can implement any number of interfaces
6. no idea

[edit]
#4 -- Well actually I guess the ~Finalizer is interpreted at the MSIL level to Finalize() so in that respect they are the same. Its kind of an odd question. I would ask them to be more specific and explain the differences.
[/edit]
Last edited by sknake; Sep 24th, 2009 at 4:42 pm.
Featured Poster
Reputation Points: 1749
Solved Threads: 735
Senior Poster
sknake is offline Offline
3,948 posts
since Feb 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Public variables
Next Thread in VB.NET Forum Timeline: enabling application specific file sharing





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC