Monthly Archives: July 2012

Hello World in Java in 6 steps

1- First of all download and install JDK, if you do not have it: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html 2- Open a TextEditor and Enter this code public class hw {      public static void main(String[] args)     {       … Continue reading

Posted in java, MATLAB, programming | Tagged , , , , , , , , , | Leave a comment