Interview Questions plz help tom is my interview

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2008
Posts: 75
Reputation: mansi sharma is an unknown quantity at this point 
Solved Threads: 0
mansi sharma mansi sharma is offline Offline
Junior Poster in Training

Interview Questions plz help tom is my interview

 
0
  #1
Sep 24th, 2009
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 43
Reputation: Stevoni is an unknown quantity at this point 
Solved Threads: 6
Stevoni's Avatar
Stevoni Stevoni is offline Offline
Light Poster

Re: Interview Questions plz help tom is my interview

 
0
  #2
Sep 24th, 2009
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
Disclaimer: I'm not always right, so feel free to let me know!

If a poster gives a correct answer please mark the thread as solved.
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 3,328
Reputation: sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of 
Solved Threads: 600
Sponsor
sknake's Avatar
sknake sknake is offline Offline
.NET Enthusiast

Re: Interview Questions plz help tom is my interview

 
0
  #3
Sep 24th, 2009
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.
Scott Knake
Custom Software Development
Apex Software, Inc.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC