What is the differences between heap and stack memory in java? Explain


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

Post New Answer

More Core Java Interview Questions

33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is size () in java?

0 Answers  


What is treeset in java?

0 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


Are registers volatile?

0 Answers  






If a class is declared without any access modifiers, where can the class be accessed?

0 Answers  


Explain the difference between association, aggregation and inheritance relationships.

0 Answers  


What is meant by string is immutable?

0 Answers  


What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?

4 Answers  


Explain the difference between arraylist and linkedlist in java?

0 Answers  


Is null function in java?

0 Answers  


Differences between GridLayout and GridBagLayout?

1 Answers  


Categories