beginning in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ketan urkude
    New Member
    • Mar 2010
    • 1

    beginning in java

    I am new to java and i want know obout where to write programme code,for java software. t have installed something sun java ,compiler like software i could not understand where to write code. i have knowledge in cpp and vd . so plese tell me about where to write code.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The nice thing about Java is that it runs on its own platform. You probably already have Java installed but you may need to download and install the compiler.

    You can Download the complete platform and runtime environment from Sun.

    Netbeans is a development environment for developing applications on the Java platform which can be pretty useful. You can get it from here: Netbeans downlad

    If you don't want to use Netbeans, another popular choice is to use Eclipse.

    A great place to learn about the classes available to you in Java is by reading the Java API


    Happy coding,

    -Frinny

    Comment

    Working...