Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: An Overview of Java programming

  1. #1
    Junior Member
    Join Date
    Jul 2017
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post An Overview of Java programming

    Hello Everyone,
    I'm new to programming, and I decided to go for Java.
    After few days I'm able to write my first code (Land area conversion )which runs successfully in console.
    So my BIG Question is that:
    When you write a code for example in eclipse ide or intellij idea and you run that code in console successfully is that all you can do with that code?
    What if I need that code to work like desktop application or web based app.
    What if I need to make application such as hospital management app that run on desktop or browser.
    or any Database app.
    What tools of Java do I need to use to achieve that.
    Pls help me with the procedure from writing code to making final application.
    Thank you

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: An Overview of Java programming

    is that all you can do with that code?
    Can you explain what you mean by "all you can do"?
    Are you asking about where and how a program can be executed? If a jar file is created, there is no need for an IDE to execute the program. The only requirement would be an installed JRE.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. can anyone give only the overview of how to convert Integer to roman numerals
    By parthicseraj in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 20th, 2014, 02:11 AM
  2. HybridJava overview
    By eyemen in forum Web Frameworks
    Replies: 5
    Last Post: December 12th, 2013, 03:29 AM
  3. Just an overview of my methods
    By KAJLogic in forum Java Theory & Questions
    Replies: 3
    Last Post: November 28th, 2013, 10:33 AM
  4. Linked Lists Java Programming HELPP P.S. I am a beginner in Java Programming
    By judemartin99 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 20th, 2013, 02:19 PM
  5. Quick Java Overview?
    By ShadowKing98 in forum Java Theory & Questions
    Replies: 3
    Last Post: April 1st, 2011, 08:14 AM

Tags for this Thread