Why java is call by value?


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

Post New Answer

More Core Java Interview Questions

What if static is removed from main method?

0 Answers  


Detail discussions on JVM, memory management and garbage collector.

0 Answers   Expedia,


Why is stringbuffer called mutable?

0 Answers  


Difference between == and .equals() ?

0 Answers  


How you can create a radio buttion using Checkbox class?

1 Answers  


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


Why can't you declare a class as protected?

0 Answers  


What is the maximum size of hashmap in java?

0 Answers  


What is javac in java?

0 Answers  


static inner classes means..?

1 Answers  


How infinite loop is declared?

0 Answers  


Explain reverse a linked list iterative solution in java?

0 Answers  


Categories