Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    1,648

    Re: confused and seeking advice

    Touche :P It's always nice to learn new things, though (and dig up old things I did know at one point or should have known when I posted that).

    Perhaps I could re-phrase what I posted above:
    ...
  2. Replies
    11
    Views
    1,648

    Re: confused and seeking advice

    Python will never be the next "java" for two key reasons (there are others, but these are the main two):

    1. Python is "weak-typed". That means you don't have to declare the type of variables, and...
  3. Replies
    11
    Views
    1,648

    Re: confused and seeking advice

    :P I didn't peruse the Python API very thouroughly.



    I did, and I'm much more comfortable using Java. However, I'm one of those people who fall into the category of those who prefer...
  4. Replies
    11
    Views
    1,648

    Re: confused and seeking advice

    Yeah, but not using an enumeration.

    public class Game
    {
    public static void main(String[] args)
    {
    // code for getting color is very similar
    String[] materials = new...
  5. Replies
    11
    Views
    1,648

    Re: confused and seeking advice

    :o old school. Anyways, JDK 1.2 through JDK 1.6 are all roughly compatible (at least anything that runs on 1.2 should run on 1.6)

    If you're looking for a Java development environment, I would...
Results 1 to 5 of 5