Does variable declaration allocate memory?


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

Post New Answer

More Core Java Interview Questions

Difference between string, stringbuffer and stringbuilder?

0 Answers  


What is difference between calling start() and run() method of thread?

0 Answers  


can two class in a code be public??if yes then how??

2 Answers  


What ide should I use for java?

0 Answers  


Can I overload to string method

0 Answers   UHG,


what is default constructor and parameterised constructor with example?

1 Answers   KPIT,


What is difference between hash mapping and hash table?

5 Answers   NDS, Wipro,


Why is core java important?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


When finally clause is executed?

3 Answers  


What are facelets templates?

0 Answers  


Difference between a process and a program?

0 Answers   Infosys,


Categories