Why local variables are stored in stack?
No Answer is Posted For this Question
Be the First to Post Answer
How do you sort a list in java?
How does a cookie work in Servlets?
what is run time polymorphism
Is static a keyword in java?
What is the collections api in java programming?
What is the use of generics? When was it added to the Java development Kit?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
how jvm allocates memory for stack?
How is object created in java?
When should I use stringbuffer?