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 |
justify c is portable
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
Which package is used for pattern matching with regular expressions?
What is the difference between java applets and applications?
What happens when a thread cannot acquire a lock on an object in java programming?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
Can we call a non-static method from inside a static method?
What does the exclamation mark mean in java?
How do you format in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Is void a type?
What is garbage collection? What is the process that is responsible for doing that in java?