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

2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

1819


Why deletion in linkedlist is fast than arraylist?

525


What are constants?

586


What is the multi-catch block in java?

522


Is java platform independent?

557






Why do we need data serialization?

534


What are the advantages of arraylist over arrays?

554


When would you use a static class?

566


What is the tradeoff between using an unordered array versus an ordered array?

634


What is the main method java?

520


Can we have multiple classes in a single file?

499


Which variable is the independent variable?

524


What is run time allocation?

564


What is a class instance variable?

608


What is native method in java?

552