I totally agree with you that java does not support multiple inheritance but got confused when read everywhere that in java multiple inheritance can be archived by interface.
I was just going through Khaled & Mughal and come across join() method in Threads chapter.
Can you please explain me the role/function of join() method
I have one class B and i want to use some artifacts which are available in class A like methods and instance variables.
I just want to discuss that in this situation which is better is-a or has-a
I need to check that does something exist in some specified table or not. For that i can run query like ... but my problem is that mytable consist 10 Lakhs of records.
I only need to check that is any single record exist or not.... Can i use setFetchSize() or something else... can you please suggest what policy should i opt to improve performance