Search Results for java
JavaSchool Perils
<1 min read
[@593] JavaSchool Perils Joel has written an interesting article titled The Perils of JavaSchools. While I don't disagree that the state of computer science…
Read more →toString Velocity Template
1 min read
[@586] toString Velocity Template I'm using the excellent GenereateToString plugin to automatically create toString() methods in IDEA. I've modified the defa…
Read more →Array Initialization
<1 min read
[@687] Array Initialization public class Example { public Boolean flags[] = new Boolean[4]; public static void main(String[] args){ Example ex = new Example…
Read more →Erik's Pulse: 2005-12-20
3 min read
Erik's weekly column published in the Javalobby Newsletter.
Read more →Logging Packages with Log4J
1 min read
[@021] The Pulse Erik's Pulse has been published. [@570] Logging Packages with Log4J I was looking for a way to log a specific package to its own file using…
Read more →Erik's Pulse: 2005-12-13
3 min read
Erik's weekly column published in the Javalobby Newsletter.
Read more →