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 3 of 3

Thread: To know clearly, what is java?

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default To know clearly, what is java?

    Hi All,

    As I am new to Forum and as well as Java, since learning Java from the internet I got some doubts. Please anyone clearly clarify my doubts..

    1. Why and in which situation we are going for Java language?

    2. I read that, we can develop Desktop based application, Windows based application and Web based application with the help of Java, I understood about the web based application but couldn't Desktop based and Window based.

    3. I read that there are different technologies like Java SE, Java EE, Java ME, J2EE and advance Java, please clearly explain what is what.


  2. #2
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: To know clearly, what is java?

    Best advice to you is to find and read the Java documentation on the Internet.
    Oracle will have the most detailed information.

    Small starting point: Java was created in the early 1990's by James Gosling. It has
    roots in C and C++ and was actually written mostly in C. It is a fully OPP language
    and is the one of the most used languages in business and commercial world wide.

    Wishes Ada xx
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: To know clearly, what is java?

    Thank you very much Ada Lovelace... will read the Java documentation in Oracle and let you know...