In Java, what types of classes perform inheritance?
Answers were Sorted based on User's Feedback
What are the legal operands of the instanceof operator?
Can u overload main()method.Give with example.
6 Answers IBM, Schimatic Technologies,
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
Can we execute a program without main() method?
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
what is Inheritense
What is Difference between Serializable and Externalizable in Java serialization?
What state does a thread enter when it terminates its processing in java programming?
please write java program of instanceOf keyword implementation
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
What’s the difference between applets and standalone program?
Can we clone singleton object?