Accenture NJ mostly ask question on Collection like
1)How to sort Objcts and how treeset sort them
2)Explain mechanism of Hashcode finding in Java
3)Name some of the Sorted collection.
Answers were Sorted based on User's Feedback
Answer / aditya sharma
1)How to sort Objcts and how treeset sort them
Ans: *) We can sort objects using comparable and comparator
interface.
*) Treeset sort object using comparable interface.
2) Explain mechanism of Hashcode finding in Java
Ans:
1) Write [ java *Class name* ] = you will get class name and
hashCode no.
2) Implement the hashCode method in your class and call
hashCode method.
3) Name some of the Sorted collection.
Ans:
1) TreeSet
2) TreeMap
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / guest
The answer to all this question is easy but i think they
want answer from internal mechanism how it works inside
Java!!!
You think you answered well but they will always fail you
just hate then
| Is This Answer Correct ? | 1 Yes | 10 No |
How to make a class or a bean serializable?
What are the traverses in Binary Tree?
How do you find the maximum number from an array without comparing and sorting?
Explain how hashmap works?
Highest level event class of the event-delegation model?
Write a program to find the greatest of three numbers in java?
What is JVM and is it platform independent?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
Differentiate between vector and array list.
I don’t want my class to be inherited by any other class. What should I do?
what is instanceof operator used in java?
What is the different between get and post?