User Profile
Collapse
-
Static variables are stored on the heap precisely on a special part of heap called "permanent generation"... -
statics are stored on heap precisely on special part of heap called
" permanent generation "Leave a comment:
-
i am trying hard to find it but not getting
please let me know if you find it...Leave a comment:
-
where are statics variables stored
where are statics variables stored?
static variables and static methods can be used without creation of objects
so in which part of memory is static stored
plz help me -
hello beginner
the basic idea and good programming practice to avoid lot of if else statements which becomes tedious
to overcome this tedious job we use switch statement
syntax is
int choice;
switch (choice)
{
case 1:
case 2:
:
:
case 10 :so on
}
choice can be of byte,short,int...Leave a comment:
-
why are we storing object references varibles on stack data structure
why are we storing object references varibles on stack data structure
why not any other data structure
please let me know about this
No activity results to display
Show More
Leave a comment: