java

Best programming language to learn

It has been greatly debated which language is the best language is the best to learn.  First it is good to know the purpose of the language.  Different types of languages includes ones that are complied into programs you run onto your computer.  Other languages are for web application or website building.  Languages like html are meant for building a website while languages like java are for application and some web applications.  Many different languages are for different purposes.

When starting a more simple language is recommended because it will be easier to learn.  Most colleges learn using python because of its simple syntax and intuitive nature.  I believe that the best language to learn first is the one you will  use first.  If you want to start making runnable applications on your computer, learn java or c++.   If you want to learn how to make websites, learn html and javascript and css.  If you don’t know what to start with, figure it out or just do python.  When learning to program, always set a goal that is hard but possible.

Getting ready to code java

Before you can start coding in  java, there are a few things you must complete before you can start coding.  First you will want to make sure you have java installed, this can be done by going to the website here and downloading the newest install package for your os.  https://www.java.com/en/ Next, you will want to install the jdk, or java se development kit.  After you have downloaded and installed you will will want to start downloading your ide.  The ide is a place in which you write your code.  It is a simple way for you to easily compile your code and run it.  The best ide for java is eclipse and everyone uses it.  You should download eclipse on their website at https://eclipse.org/.  After downloading eclipse you will want to go through the setup process and add a workspace.  The workspace is where all you files are stored and I recommend you make a folder in your documents or desktop.  After creating your workspace you will be able to create a new project and start programing.  I hope this guide has helped you get started with java development.