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
What is illegal identifier in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is the differences between c++ and java? Explain
What is the difference between private & public & friendly classes?
Is java a prime method?
How many functional interfaces does java 8 have?
Can we create our own wrapper class in java?
Is hashset sorted in java?
What is anti pattern in programming?
Why collection doesn’t extend cloneable and serializable interfaces?
What is native code?
What is the Difference between Final Class && Abstract Class?
Explain about static nested classes in java?
What does += mean coding?
How many types of equations are there?