1
LohithS
3y

Primitive variables are stored on Stack
True or False

Comments
  • 4
  • 5
    This is a QnA forum for basic stuff that you can look up via Google in like a minute
    False or False
  • 3
    int shit; // true

    int shitty* = new int(); // false
  • 0
    what kind of quiz had so much time? it would have been faster to just search it up
  • 2
    @Demolishun You're expecting a whole lot of Java aint ya?
  • 2
    Java’s concept of primitives and their connection to the stack has caused a tragic amount confusion to students who tried to learn programming.
    For many of them, it has caused a permanent damage of the understanding of memory management and memory types.
    Thanks, Java!
  • 0
  • 1
    Not a rant, please tag your questions appropriately
  • 2
    Just do your goddamn homework yourself.
    Also, terrible question.
    Which language, which system which blablabla
  • 2
    @arcsector I saw it was java after I posted. Then I was like: oh well. I think from now on I will answer every programming problem, regardless of language, with C++ answers.
Add Comment