Monday, August 4, 2014

Learn Java At Programmr.com

---
Learn Java At Programmr.com

INTRODUCTION

If you have ever used java online compiler like IDEone in the past, you surely know that online compiler service really benefits you in terms of zero setup, online storage and ease of peer reviews.
However ideone.com is meant for simple code editing; you are not allowed to create package or multiple files.
In order to learn java package and multiple files project, we need a more sophisticated platform. This is where www.programmr.com comes in. Programmr works like IDEone but offers you features that are not available on IDEone.

STEPS

1) Register for a Programmr.com account

1-2) If this is your first time visiting this website, click the SIGN UP button.
1-3) Enter the details and click the button CREATE NEW ACCOUNT.
1-4) Once registered, you can use your login credentials to access the Programmr service.
1-5) You will be redirected to your personal page where you can perform admin tasks here.
1-6) Notice that there is a JAVA button where you would be able to access a lot of Java Project and Codes samples which you could learn and apply them to your own problem solving exercises.
1-7) Learning from LIVE Java Projects.

2) Creating your Java Project

2-2) Enter your project details and click CREATE.
Title: <<yourname>>Java1
Type: Java Project
2-3) Integrated Development Environment (IDE) for your project.
When you click COMPILE button, you will get a response saying “compiling…”
Once it is done, Programmr will display the compile results. If it is successful you can proceed with running the project.
Click the RUN button to run the project and Programmr will display the console window showing your project output.
The above sample project is available online at http://www.programmr.com/Java/NotaRaziJava1 (You have to log in in order to view the project output).
---

---

No comments:

Post a Comment