Why there is no call by reference in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is backdrop?
What are three types of loops in java?
What is Difference between Serializable and Externalizable in Java serialization?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
How to prevent a field from serialization ?
what are the new features available in java 1.5 version?
3 Answers Accenture, Features, Motorola,
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How do you check if an arraylist is not empty?
Is it possible to make an array volatile?
Is arraylist zero based?
What are nested classes in java?
Can a boolean be null java?