Results 1 to 8 of 8

Thread: Java

  1. #1
    Senior Member
    Join Date
    Dec 2001
    Posts
    134

    Java

    K, Antionliners.....
    Can You suggest, that how mush is Java playing role in today's it industry.

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    872
    I program in Java. 'Nuff said.
    ...This Space For Rent.

    -[WebCarnage]

  3. #3
    Senior Member
    Join Date
    Nov 2002
    Posts
    606
    harbir,

    It's a very powerful option to chose, even more if you want to use it when programming things that you will use online, as games, animations, chats, etc. that need to load quickly.

    If you can, take a lot at pogo.com, join as a new member, and play Need for Speed made in Java. The work these guys made it's awesome!!! Check it out.

    Bye.

  4. #4
    Senior Member
    Join Date
    Dec 2001
    Posts
    134
    Thanx, For the reply
    U get What U pay for.

  5. #5
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    Java today, is a language that you would use more to write server side programs than for stand-alone stuff or applications. That said, if you want something more powerful than Flash, and with a syntax similar to C++, then Java's your best bet. For more on server-side programming with Java check out Tomcat at http://jakarta.apache.org/tomcat
    Cheers,
    cgkanchi

    Edit: Changed the URL.
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  6. #6
    Senior Member
    Join Date
    Jan 2002
    Posts
    1,207
    There is a great deal of server-side Java used in the big players, especially in very critical applications like banking.

    Of course you don't see this as Java applets in your browser, but it is there.

    The areas Java is used most in, is the ones you can least see - there are quite a lot of client/server Java applications in banks and other big companies. Because of its maturity, security and the heavyweight companies behind it (IBM, BEA, Borland and Sun), Java is still the main platform for these. Banks etc, don't trust Microsoft and don't want to be locked in to a specific product (but ironically, are being locked in by Java, as it is just as proprietry as .NET even though some of the licences are more relaxed)

    Also I believe some mobile phones now have Java in, but I'll have to investigate (sounds cool, can have downloadable games etc)

  7. #7
    Junior Member
    Join Date
    Jul 2002
    Posts
    18
    With java, a programmer doesn't have to write seperate codes (for a program) for each OS. One code runs on all platforms. This helps reduce the headache and speeds the development process.
    [gloworange]Not all that glitters is gold [/gloworange]

  8. #8
    Senior Member
    Join Date
    Sep 2001
    Posts
    1,027
    I'm with slarty on this:

    Java is powerfull yet stricter than C++, is well adapted to web services and transactionnal systems, is rather safe (no buffer over flows, string format vulns...), has a pretty clean syntax, and scales rather well (when designed right), is easy to maintain if done right, and the last but not the least, is portable.

    Like slarty said, it's used alot on online banking systems, online shopping... sites that need a strong backend to function...

    (hints like urls that contain "/servlet/" or end in ".jsp" means they use java servlets and/or java server pages (jsp) )


    Ammo
    Credit travels up, blame travels down -- The Boss

Posting Permissions

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