This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Question from the mock exam at http://www.javacaps.com/scjp_mockexams1.html 6. Which of the statements are true? A) Overridden methods have the same method name and signature B) Overloaded methods have the same method name and signature C) Overridden methods have the same method name and different signature D) Overloaded methods have the same method name and different signature I thought only D) was true, but it also says A) is true. If the overridden method can have a different thrown exception (though it has to be a subclass of the exception thrown by the base) is it still the same signature? What exactly constitutes a signature? Thanks!