Quote:Originally posted by eljaysun
Java is pretty good if you want to make slow programs that crash a lot.
That's actually completely incorrect as well as a very common misconception.
___________________
Login |
Is JAVA useless?Is JAVA useless?Currently viewing this thread: 1 (0 members and 1 guests)
You know anything about jsp and Tomcat?
I trust you on this one because your a lot smarter than me. But I hardly notice a good Java program. I downloaded a Java editor called CrazyCoder, I couldn't load the darn thing without it crashing. For the sake of education, could you show me a good Java based program. ___________________
Yeah, you can always trust fredmv on... ANYTHING! Personally, I don't like java for web applets on websites because java vm is a plugin and I don't like plugins and try to stay away from them. ___________________
fredmvStatus: Offline!
Sure, I believe you when you say you used a faulty Java program, but that's actually not Java's fault whatsoever — it's the programmer in question. In fact, I'd go so far as to say that any Java 2 program written correctly could run about just as fast as a natively compiled one. Though, however, carefully note that Java programs written before the release of Java 2 may, in fact, be slower because this is when Java (originally known as Oak) was an extremely new technology and therefore bugs and other such insufficiencies needed to be worked out giving us now what we have today — Java 2. As for your query of a good Java-based program, you might check out Eclipse which is, interestingly enough, a Java IDE. Though, if you look around enough, you can find a decent amount of other well-written Java programs. Some can be in the form of your typical "program" in which features a GUI; others, however, are completely transparent — a prime example of this is server-side Java (i.e., JSP) or perhaps Java being run as a CGI. ___________________ Problem with that is, Java 2 is fairly I beleive, so hardly anyone uses it. We're stuck with people who are used to coding with Java 1.x fredmvStatus: Offline!
___________________ Ohhhhh. schmeg007Status: Offline!
I've programmed in Java for the last 3 years (the language of choice at my college) and I can tell you it is not the first choice language when designing efficient programs Java still loses. Java will always take longer because the programs are not compiled into machine code but are rather left at a JavaVM Assembly code level that requires extra work to be executed. However, having programmed in Java, C, C++, C#, and some other languages of little importance I would have to say I enjoy programming in Java the most. The code is more readable, the documentation is wonderfully laid out online, and is just simpler to code in. There are of course some annoying things in Java, with all the hoops you have to jump through to get a bufferedStream going Java is still slow as a mofo, but this will become less of an issue with advancements with the JVM and SDK, and hardware optimizations. For now though, C++ still has the crown, but I'll be ready if Java gets the upper hand Btw, I hate eclipse. I'll never program in that sob again ___________________ "Don't live your life by other people's quotes. Figure out life for yourself." ~Sum Wize Guy Last edited by schmeg007, March 25th, 2004 10:02 AM (Edited 1 times) |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0201 seconds.