Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between static and non-static variables in java programming?
What is a key in java?
Define locale.
Can an interface be final?
How does multithreading take place on a computer with a single cpu?
Why are generics used?
How to run a JAR file through command prompt?
Define how can we find the actual size of an object on the heap?
What do you mean by static variable?
Explain a situation where finally block will not be executed?
What are triggers in DB? Explain their types. How do they work?
How many types of the indexof method are there for strings?
What is java english?
What is the purpose of static methods and static variables?
How to check if linked list contains loop in java?