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 11442using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6256can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
4 7988string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
HCL,
5 10732
Explain about the security aspect of java?
How to implement a multithreaded applet?
What does int argc char * argv [] mean?
What is jpa specification?
How can you handle java exceptions?
What is java thread dump, how can we get java thread dump of a program?
What is the purpose of using break in each case of switch statement?
Can we override the private methods?
What is Gang of four design patterns
Name and explain the types of ways which are used to pass arguments in any function in java.
Explain about static imports in java?
Explain about serializable interface in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What all access modifiers are allowed for top class ?
Can we pass a primitive type by reference in java? How