Can you explain the final method modifier?



Can you explain the final method modifier?..

Answer / Rajeshwar Prasad

A 'final' method in Java cannot be overridden by any subclass. It means that a final method has the same behavior for all instances of its class and cannot be modified.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is singleton class thread safe?

1 Answers  


How do you bind variables?

1 Answers  


What is identifier give example?

1 Answers  


different types of threads?

18 Answers   TCS,


Write a program to print count of empty strings in java 8?

0 Answers  


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

1 Answers  


What is 3-tier model?

3 Answers   Wipro,


What is backdrop?

1 Answers   Atos Origin,


What is the difference between a loader and a compiler?

1 Answers   Syntel, Visa,


What are the differences between this and super keyword?

1 Answers  


What does || || mean in math?

1 Answers  


Write a java program for binary search?

1 Answers  


Categories