What is the difference between a choice and a list?


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

Post New Answer

More Core Java Interview Questions

What is Ideal Design of Class?

2 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


What is t in generics in java?

0 Answers  


I/O blocking means?

1 Answers  


what is meant by UP& DOWN casting in java?

6 Answers  






What is anagram of a string?

0 Answers  


What are the uses of synchronized keyword?

0 Answers  


Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


do I need to use synchronized on setvalue(int)? : Java thread

0 Answers  


What is the importance of finally block in exception handling?

0 Answers  


Why unicode is important?

0 Answers  


How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

3 Answers   ProdEx Technologies,


Categories