File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes JDK 1.3 & JDK 1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "JDK 1.3 & JDK 1.4" Watch "JDK 1.3 & JDK 1.4" New topic
Author

JDK 1.3 & JDK 1.4

Sudha Ugendran
Greenhorn

Joined: Oct 14, 2004
Posts: 9
Hi,
We are using JDK1.3 currently and are migrating to JDK1.4. now.I would like to know the exact difference in the getMessage() method between the two versions.It would be helpful if someone can let me know what the return
type string contains in both versions.

Thanks in advance

Regards
Sudha
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
The getMessage() method of what class? Throwable? As far as I know it hasn't changed. Of course there are many, many, many classes which extend Throwable, so it's possible one of them has overridden the method to do something different. Is there some particular class you're interested in, or some example which makes you think the behavior might have changed?


"I'm not back." - Bill Harding, Twister
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDK 1.3 & JDK 1.4
 
Similar Threads
JSP Servlet supported by JDK Version
String contains problem
Can I use Swingworker (jdk 1.6.0_03) ?
Garbage collection in weblogic server
Given a class file, which JDK was used?