+ Reply to Thread
Results 1 to 7 of 7

Thread: Make Java Faster

  1. #1
    Lop
    Lop is offline
    Speaks fluent binary Lop has a spectacular aura about Lop has a spectacular aura about Lop's Avatar
    Join Date
    May 2006
    Posts
    1,179

    Make Java Faster

    The problem with java is that it is so slow. It is a great concept, a language that is portable to almost any OS. Is there any way to make it faster? I hate programming in JAVA because of it being so slow.
    Lop

  2. #2
    Programming Expert Void is on a distinguished road Void's Avatar
    Join Date
    Jun 2006
    Posts
    410
    Nope. I don't think there is anything you can do about the speed. That is part of the problem with Java. I think it would be more popular if it were faster.
    Void

  3. #3
    Programmer RobSoftware is an unknown quantity at this point
    Join Date
    Nov 2005
    Posts
    143
    Wouldn't a better question be: "How can I make Java Work?"

    lol, If you have applications that use different Java versions it is impossible to get everything to work under one version, even if it is the latest version of Java.

  4. #4
    Programming God DevilsCharm is an unknown quantity at this point DevilsCharm's Avatar
    Join Date
    Jul 2006
    Posts
    885
    I've used Java applications before and they take awhile to get started, especially when I'm on my dial-up computer. Long load times make me angry.

  5. #5
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,689
    Blog Entries
    57
    Quote Originally Posted by Lop
    The problem with java is that it is so slow. It is a great concept, a language that is portable to almost any OS. Is there any way to make it faster? I hate programming in JAVA because of it being so slow.
    If you want, you can compile it to machine code using MinGW. Then you won't have the overhead of the Java Run Time Environment. Now, if you want it portable, the JRE is a necessary evil overhead cost.

  6. #6
    Newbie bernkly is an unknown quantity at this point bernkly's Avatar
    Join Date
    Jul 2006
    Posts
    15
    It was only slow during first time execution and during compilation.

    Unless you wish to convert it into non-portable machine code instead.
    Timemsg - Send self destruct message.

  7. #7
    Newbie forumnewbie is an unknown quantity at this point
    Join Date
    Jul 2006
    Posts
    7
    if we are talking about java applets, they are slow. They have to be downloaded and then the JVM has to start up before the applet starts to run.

    But java isn't slow if you are using it as a back-end...sure, it still takes time for the JVM to start up, but once it does, it should be as fast as fast anything else. Plenty of companies use Java as a back end for doing business logic, web services, etc.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Make the internet speed 20% faster
    By ahsan16 in forum Tutorials
    Replies: 12
    Last Post: 11-27-2007, 03:31 PM
  2. Make DSL Faster
    By xtraze in forum Tutorials
    Replies: 1
    Last Post: 04-24-2007, 03:04 PM
  3. Another way to make XP Faster
    By xtraze in forum Tutorials
    Replies: 2
    Last Post: 04-24-2007, 02:59 PM
  4. How to make Dumplings
    By ahsan16 in forum The Lounge
    Replies: 2
    Last Post: 01-11-2007, 10:55 PM
  5. John's Java Tutorial Index
    By John in forum Java Tutorials
    Replies: 0
    Last Post: 01-11-2007, 03:05 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts