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.
The moose likes Beginning Java and the fly likes UID, UUID and serialVersionUID 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 » Beginning Java
Reply Bookmark "UID, UUID and serialVersionUID" Watch "UID, UUID and serialVersionUID" New topic
Author

UID, UUID and serialVersionUID

Philip Pomario
Ranch Hand

Joined: Oct 03, 2003
Posts: 113
After "Reading TFM" I am still unclear about the difference between...

- java.util.UUID (http://download.oracle.com/javase/1.5.0/docs/api/java/util/UUID.html)
- java.rmi.server.UID - (http://download.oracle.com/javase/1.5.0/docs/api/java/rmi/server/UID.html)
- serialVersionUID (from the serializable interface) (http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html)

Could someone please compare the two classes, how they are used and how they relate to the serialVersionUID?
Any insight would be great!!!

Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: UID, UUID and serialVersionUID
 
Similar Threads
TimeZone conversion
Scanner class
Regular Expression to not accept 92 but accpt al other numbers
Array clone
EL error