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 do you find the absolute value?
When should I use abstract classes and when should I use interfaces?
How to pass arraylist to stored procedure in java?
What is the difference between stream and buffer?
Can we use both this () and super () in a constructor?
How java enabled high performance?
how session will be expired?
What restrictions are placed on method overloading?
Difference between arraylist and vector.
What does super()represent, and how is it used in Java?
what is difference between front controller and action servlet?
Explain about public and private access specifiers?