12th Feb 2014
Today, I have done another Telephonic interview round with one more client. Almost it took 21 Minutes duration. The following questions which are faced by myself. I hope that these will be very useful to my blog readers(i.e you).
{
}
Today, I have done another Telephonic interview round with one more client. Almost it took 21 Minutes duration. The following questions which are faced by myself. I hope that these will be very useful to my blog readers(i.e you).
- How can we call a constructor from another constructor in a single class?
- How can we sort the collection objects?
- To print the objects in DESCENDING order which interface or collection i need to be used?
- What is the DEFAULT sorting order of collections?
- When shall we go for SET or MAP? Explain.
- When shall we go for TREEset or TREEmap? Explain.
- While implementing sorting logic in HASHMAP, on which basis you will be sort i.e based on keys or values?
- What is lazyloading?(in Hibernate)
- Differentiate load() and get() methods in Hibernate.
- What are the available collections in Hibernate?
- can we write more than one catch bock for a try block?
- Below code will be compile or not?
{
}
catch(Exception e)
{
}
catch(Null pointer Exception ne)
{
}
{
}
catch(Null pointer Exception ne)
{
}
No comments:
Post a Comment