Thanx for answering. But can you kindly follow the following link leading to java prepare's sample test ... at qn no 36, there is a question referring to our discussion ... but the answer for that seems to be contrary to what we discussed now... link is http://www.javaprepare.com/quests/test.html
Can anyone kindly tell me if an interface can extend or implement multiple interfaces ? If so, why is this allowed only for interfaces ? Thanx in Advance !
Can anyone kindly tell me if an interface can extend or implement multiple interfaces ? If so, why is this allowed only for interfaces ? Thanx in Advance !
Is the finalize method invoked atmost once by the JVM for a given object ? and can the finalize method be resurrect the object upon which it has been invoked ? Thanx