Answer Posted / venkatachalapathy
A refference variable is a variable which will act as a
adress to a object.... in stack area and the object which
is created will get allocated memory in heap area.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is a byte array?
What does n mean in java?
Can we declare a class as abstract without having any abstract method?
What is the return type of the main method?
what is mutual exclusion? : Java thread
What is the original name of java?
What is serial version uid and its importance in java?
Is java 1.7 the same as java 7?
What is static class
What is meant by call by reference?
What are the types of relation?
Why do we need autoboxing in java?
Can list contain null in java?
What is array class in java?
What data structures are used to perform recursion?