Java is based on pass by reference or pass by value ..
Answer Posted / eyal roth
Pass by value.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are the 6 mandatory procedures for iso 9001?
How to obtain a performance profile of java program
What is the point of java?
How to implement a multithreaded applet?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Why do you canvas?
How will you serialize a singleton class without violating singleton pattern?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Can you sort a string in java?
What are the differences between abstract class and interface?
What is the synchronized method modifier?
What is a method declaration?
How dead lock situation occurs in java and how you can identify it?
Is static a singleton?
What is the purpose of the system class in java?