Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. memory

memory

Scheduled Pinned Locked Moved ASP.NET
data-structuresperformance
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sra22
    wrote on last edited by
    #1

    In which location,objects created with new keyword are stored.Is it stack or Heap.Can anyone tell the differences between them.

    M 1 Reply Last reply
    0
    • S sra22

      In which location,objects created with new keyword are stored.Is it stack or Heap.Can anyone tell the differences between them.

      M Offline
      M Offline
      M A A Mehedi Hasan
      wrote on last edited by
      #2

      Heap

      Mehedi Hasan

      S 1 Reply Last reply
      0
      • M M A A Mehedi Hasan

        Heap

        Mehedi Hasan

        S Offline
        S Offline
        sra22
        wrote on last edited by
        #3

        can u tell the differences between stack and heap

        S 1 Reply Last reply
        0
        • S sra22

          can u tell the differences between stack and heap

          S Offline
          S Offline
          Sandeep Akhare
          wrote on last edited by
          #4

          You should google it can't be explain in 1 sentence or more you need to learn by searching the web or reading some books but any way read this article Might be helpfull http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx?ArticleID=9adb0e3c-b3f6-40b5-98b5-413b6d348b91[^]

          Thanks and Regards Sandeep If you want something you never had, do something you have never done!

          S 1 Reply Last reply
          0
          • S Sandeep Akhare

            You should google it can't be explain in 1 sentence or more you need to learn by searching the web or reading some books but any way read this article Might be helpfull http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx?ArticleID=9adb0e3c-b3f6-40b5-98b5-413b6d348b91[^]

            Thanks and Regards Sandeep If you want something you never had, do something you have never done!

            S Offline
            S Offline
            siddisagar
            wrote on last edited by
            #5

            1.All Value Types Stored in :Stack All Reference Types Stored in Heap. 2.Stack Examples: int,double etc Heap Example : Objects,Strings,class,interface,array etc 3.Value type variables contain Actual Value and Reference Type variables contains Address of memory location... :laugh:

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups