Why local variables are stored in stack?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is meant by call by reference?

0 Answers  


What is unicode with example?

0 Answers  


How do you define a parameter?

0 Answers  


What is the difference between arraylist and hashset in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  






Can you declare a static variable in a method?

7 Answers  


Explain inner classes ?

0 Answers  


Which software is used for java programming?

0 Answers  


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

0 Answers   HCL,


What is hash code collision?

0 Answers  


what are Checked & Unchecked exceptions ?

2 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


Categories