Well Java does not have some of the lower level access to the system that you can get by using perl. (Every try getting a listing of PIDS and open ports to kill a runaway server in Java?) I think this boils down to: "use the right tool for each job". Java is pretty good for doing the Web Application thing (aside from the complexity of EJBs), but I would not want to write system maintance programs in Java.
Comment on Re: Re: Java is the machine that goes "Ping!"