final Method in java API

i need any one method in java api for final methodlike final class-String;final field is MAX_VALUE.....
[131 byte] By [meqa] at [2007-10-2 16:50:34]
# 1
Object#wait
aconst_nulla at 2007-7-13 18:02:11 > top of Java-index,Java Essentials,Java Programming...
# 2
Beg your pardon?
quittea at 2007-7-13 18:02:11 > top of Java-index,Java Essentials,Java Programming...
# 3
final is a keyword, not a method.
CeciNEstPasUnProgrammeura at 2007-7-13 18:02:11 > top of Java-index,Java Essentials,Java Programming...
# 4
I thought the OP was asking for an example of a final method in the standard API (An Object#wait is one such example).Maybe it was just lost in translation though....~D
aconst_nulla at 2007-7-13 18:02:11 > top of Java-index,Java Essentials,Java Programming...
# 5
> I thought the OP was asking for an example of a final> method in the standard API (An Object#wait is one> such example).Originally, my question referred to the OP ... but was applicable to your post as well :)
quittea at 2007-7-13 18:02:11 > top of Java-index,Java Essentials,Java Programming...