Give example to differentiate between call by value and call by reference.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of private static?
How many arguments can a method have java?
How many types of voids are there?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
what is filters and its use?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What is the difference between error and exception and explain in simple words not whatever is given in the book.
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is volatile keyword in java
Can we change the scope of the overridden method in the subclass?
Explain the scope of a variable.