Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 498835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:55:26+00:00 2026-05-13T05:55:26+00:00

Does .net CLR typecast the objects to the ones mentioned in the collection declaration?

  • 0

Does .net CLR typecast the objects to the ones mentioned in the collection declaration?
If i declare a

List<string> lststrs= new List<string>();
lststrs.add("ssdfsf");

does .net typecasts this object while adding and retriving?????

Well i think the question itself was not clearly understood by everyone.Let me elaborate. In java there is generics ,but if you decompile the code you will notice that ,the compiler places a typecast everywhere the Collection object is used. For Ex: List listOfStrings; listOfStrings.add(“”); String value = listOfStrings.get(1); After decompiling the class file we see this List listOfStrings; listOfStrings.add(“”); String value = (String)listOfStrings.get(1); Here the compiler has palced the typecast for string.

Now my question is whether it is same in .Net??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:55:26+00:00Added an answer on May 13, 2026 at 5:55 am

    Do you mean this?

    List<string> myList = new List<string>();
    

    List is a generic type – if you declare like below you’ll get a compialtion error:

    List myList = new List(); //<-- big mama of a compilation error
    

    Anyway – since it’s a generic List it is strongly typed, so you won’t be able to pass-in anything that’s not a string (if you do so it will result – again – in a big mama of a compilation error).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 323k
  • Answers 324k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The better using sf 1.4 is using in your form… May 14, 2026 at 1:09 am
  • Editorial Team
    Editorial Team added an answer Your original question had the line: strOSArchitecture = mo("Architecture") which… May 14, 2026 at 1:09 am
  • Editorial Team
    Editorial Team added an answer The System Requirements say the following: Version of Microsoft Office:… May 14, 2026 at 1:09 am

Related Questions

Does the .NET CLR runtime know how to optimize/inline simple property getters at runtime?
I know that Java's HotSpot JIT will sometimes skip JIT compiling a method if
We have a WinForms app, written in VB.NET (CLR 2.0), that does a lot
(I'm interested in the .NET CLR) What exactly happens when one thread changes the
If I'm understanding this correctly about garbage collection in .NET CLR, then GC occurs

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.