Thursday 8 September 2016

Running java programs on the web

StackOverflow, the website I use frequently when I have questions about the art of Software Design, recently started a new branch called Documentation1.

It is in Beta at the moment, but it seems already to have some valid content2.

Ideone

The Documentation section of StackOverflow seems to make extensive use of Ideone3, which I had never heard of before now.

From their website:
“Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.”
Besides the unfortunate large amount of adds surrounding your HelloWorld code, it seems to work pretty well, if you quickly want to try something in the Programming language of Your Choice.

References

1. StackOverflow - Documentation - The Tour
http://stackoverflow.com/tour/documentation
2. StackOverflow - Documentation - Java Language - Arrays
http://stackoverflow.com/documentation/java/99/arrays/404/creating-and-initializing-arrays#t=201609011104443665439
3. ideone.com
https://ideone.com/

1 comment:

  1. This is really helpful for my web based java application! Thanks! I'll try Ideone.

    ReplyDelete