What is an enumeration?


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

Post New Answer

More Core Java Interview Questions

What is the use of pattern in java?

0 Answers  


What is difference between == equals () and compareto () method?

0 Answers  


What is the final variable?

0 Answers  


how come we know the object is no more used in the class?

2 Answers   Accenture,


What is method and methodology?

0 Answers  






What are assembly attributes?

0 Answers  


what is session facade ?

3 Answers  


Why stringbuilder is not thread safe in java?

0 Answers  


What is java console application?

0 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

0 Answers  


What is difference between java and java ee?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Categories