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 scope of a variable?
basic difference b/w ALL types of JDBC driver.
What is int short for?
What is xslt in java?
What are data types in programming?
what is the main class of all the classes
What is the java idl system?
we have a 100 classes at that time which class we have to write main method? pls help me
Why main method is called first in java?
What are the features of junit?
What is an infinite loop in java? Explain with an example.
What is polymorphism and what are the types of it?