Re: What kind of problems is Java best at solving?

From: Jared Dykstra (dyksjare_at_hotmail.com)
Date: 12/30/03


Date: 29 Dec 2003 21:15:37 -0800

nib <bib@d.net> wrote in message news:<e4s0vvomcer97g7sbbggcu2kbatbjm8s01@4ax.com>...
> What kind of problems is Java best at solving?

If there is a specific scenario you have in mind, it would be best to
describe it and ask if Java is one of the better languages for the
implementation.

Pros:
* versitility "write once, run anywhere"
* quick development time... lots of code in the JRE & public domain
JARs

Cons:
* Performance of the virtual machine (Invoking the VM, GC, etc.)
* No direct memory access

Java isn't well suited where performance is the #1 priority, but you
should consider all of the other aspects to software--not just
performance--before choosing.

---
Jared Dykstra
http://


Relevant Pages

  • Re: from ruby/RoR to Java (framework unknown) :(
    ... did had to be done in Java. ... Never mind that said primo was routinely ... exploring the domain as well as designing and coding -- they had the ... management decision once it's made. ...
    (comp.lang.ruby)
  • Re: "no variable or argument declarations are necessary."
    ... >> mind, ... proposal would get suppressed here - as the static compilers that have ... JAVA exactly does that. ... > as (name, declaration, value) tuples and making the necesarry checks ...
    (comp.lang.python)
  • Re: from ruby/RoR to Java (framework unknown) :(
    ... did had to be done in Java. ... Never mind that said primo was routinely ... Based on my personal experience it's equal parts ego, fear, ignorance ... tents and digging for roots for a living. ...
    (comp.lang.ruby)
  • Re: MD5 Myths
    ... John: I think I'm mixing things/apps in my mind as I type. ... upload and use my own libraries and place in a folder of my choosing. ... On deck for me is a Java shopping cart/ eCommerce using SSL, ...
    (sci.crypt)
  • Re: Objects in ArrayList and GC
    ... You are expecting the TreeMap to read your mind. ... of knowing you are no longer interested in an object is if you stop ... http://mindprod.com Again taking new Java programming contracts. ...
    (comp.lang.java.programmer)