What is Enum in Java?


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

Post New Answer

More Core Java Interview Questions

Can you sort a string in java?

0 Answers  


How hashset works internally in java?

0 Answers  


What is arraylist e?

0 Answers  


Can we use a switch statement with strings?

0 Answers  


Why is serialization required?

0 Answers  






What is stringbuffer in java?

0 Answers  


Which language is java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


How do u provide security in java

3 Answers  


What are field variable and local variable?

3 Answers  


What is the default size of set in java?

0 Answers  


What are the names of interfaces that doesn't consists of method/s ?

3 Answers  


Categories