What is an accessor?
Answer / ritesh pal
An accessor is a class operation that does not modify the state of an object. The accessor functions need to be declared as const operations
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check if a list is sorted in java?
What is tochararray in java?
Differentiate between vector and array list.
Is age discrete or continuous?
How to remove the trailing spaces from a string?
What is ternary operator?
What do you mean by Remote procedure call?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
How do you use, call, and access a static method in Java?
Howmany number of objects we can store in an ArrayList. Is there any limit?
Convert a binary search tree to a sorted doubly linked list inplace.
What is the impact of declaring a method as final?