whats is the use of final,in which situation final can be
used in the application?
Answer Posted / muralisankar
you can prevent a class from inheritance.
You can prevent a method from overriding.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between notify() and notifyall()?
What is the destroy method?
Does java runtime require a license?
Explain creating threads by extending thread class ?
Can we call the run() method instead of start()?
What does it mean that strings are immutable?
What do you mean by synchronized non access modifier?
What is difference between fileinputstream and filereader in java?
Explain the private protected method modifier?
What is flag in python?
What is default constructors?
What does isempty () do in java?
Which is the best approach for creating thread ?
What an i/o filter in java programming?
What is boolean in java?