What is the purpose of final keyword and when to use it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What modifiers may be used with an inner class that is a member of an outer class in java programming?

0 Answers  


What is bytecode in java ?

0 Answers  


What is a jagged array in java?

0 Answers  


Different types of modifiers?

8 Answers   RoboCom,






Why string is immutable or final in java

0 Answers  


What is difference between ++ I and I ++ in java?

0 Answers  


When finalize method is called?

3 Answers  


How does a for loop work?

0 Answers  


How can you generate random numbers in java?

0 Answers  


What are non-access modifiers?

2 Answers   Cognizant,


what are the analysis of an object

2 Answers  


Categories