What is the benefit of using enum to declare a constant?


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

Post New Answer

More Core Java Interview Questions

What is a function in programming?

0 Answers  


Can we able to pass objects as an arguments in java?

0 Answers  


What are the new features in java 8?

0 Answers  


To the class members how can we provide security?

1 Answers   Aspire,


what are the states associated in the thread? : Java thread

0 Answers  






What is the major advantage of external iteration over internal iteration?

0 Answers  


Can a static class implement an interface?

0 Answers  


What is an abstract class and what is it’s purpose?

0 Answers  


how can i use a nonsynchronized hashtable?

0 Answers   CoreObjects,


What is the range of the short type?

0 Answers  


How big is a 64 bit float?

0 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


Categories