Benx Shen's Library tagged → View Popular
17 Aug 07
Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download!
20 Jun 07
Bertrand's weblog: When was this Java class compiled?
-
When was this Java class compiled?
Credits to Dmitry Beransky on the advanced-java@discuss.develop.com list.import java.util.Date;
import java.io.IOException;
public class When {
public static void main(String args[]) throws IOException {
Date d =
new Date(
When.class.getResource("When.class")
.openConnection()
.getLastModified()
);
System.out.println("This class was compiled on " + d);
}
}
1 - 12 of 12
Showing 20▼ items per page
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in sample
Related Lists on Diigo
-
Daniel's WOW List
Choice websites that have b...
Items: 32 | Visits: 107
Created by: Daniel Rivera
-
virtual_zoo
Collection of sample websit...
Items: 6 | Visits: 109
Created by: Kristin Hokanson
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
