Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11558using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6413can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
4 8151
What is the number of messaging models available on jms?
can u draw class/object diagram for ATM
What's the purpose of using break in each case of switch statement?
How will you explain cdata?
What should sessionfactory be placed so that it can be easily accessed?
What is a vector in java?
What is the difference between equals() and?
What is module in oop?
How to sort double array in java?
Is java pass by value or pass by reference?
What is default locale java?
What are the advantages node manager?
Can I map more than one table in a cmp?
What is jdbc drivers in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?