whats is the use of final,in which situation final can be
used in the application?
Answer Posted / cool_duzz
Constants.. that are not supposed to be changed ever.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Enlist few advantages of inheritance?
What happens when a thread cannot acquire a lock on an object in java programming?
how to deploy tomcatserver to weblogic server? write d following steps?
Java.util.regex consists of which classes?
explain multi-threading in java?
What is Classloader in Java?
Does importing a package imports its sub-packages as well in java?
What will be the default values of all the elements of an array defined as an instance variable?
Can java cast null?
Is null a string?
Can we instantiate interface in java?
What is the difference between instanceof and isinstance?
What does a boolean method return?
What is difference between filereader and bufferedreader?
Is set ordered in java?