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 |
what is mena by object block any what is the use of that
What is inheritance?
5 Answers Accenture, Hexaware, Syntel,
What is the disadvantage of synchronization?
What is java string pool?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
How to call a Stored Procedure from JDBC?
hr interview how many minutes asking question
What is string in java?
Why is inheritance used in java?
how to create a jar file in java
Explain the difference between scrollbar and scrollpane?
What is the specification of ?CODEBASE? in an applet?