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 |
What is the difference between serialization and deserialization?
What are local variables?
What is the difference between integer parseint and integer valueof?
How does java pattern compile work?
how to use this key word in java programming?
What does nextint () do in java?
What is the reason behind using constructors and destructors?
What is queue in java?
Is there any need to import java.lang package?
What do u mean by method and also contructer in java ?
How to create two different thread class inside a main function?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service