what is finalmethod & final variable with example?

Answer Posted / dipesh

public final methodA(){

}
u can overirde final method & final variable can reassigned
another value & final varaiable value must be assingend at
the time of declaration

Is This Answer Correct ?    2 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

489


Why can't we use static class instead of singleton?

503


How to solve the problem of generating the unique hash keys with hash function?

1460


Explain JMS in detail.

617


Explain restrictions for using anonymous inner classes?

589






Name few java.lang classes introduced with java 8 ?

539


Why is a string immutable?

546


Can we split string with in java?

534


What is final variable?

497


What is javac in java?

564


What is final keyword in java? Give an example.

578


What does system.gc() and runtime.gc() methods do?

600


How to find the largest value from the given array.

528


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

535


What is meant by overloading?

590