whats is the use of final,in which situation final can be
used in the application?
Answers were Sorted based on User's Feedback
Answer / muralisankar
you can prevent a class from inheritance.
You can prevent a method from overriding.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / cool_duzz
Constants.. that are not supposed to be changed ever.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write code of any action class?
Write java program to reverse string without using api?
What is meant by class loader and how many types are there?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What loop means?
how to create daemon thread in java?
What is final modifier?
How many bits is a boolean?
Difference between Preemptive scheduling vs. Time slicing?
what is singlton class?where it is use in real time senario.
How do you start a new line in java?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA