After wrestling with my own indecision about choosing the right style, pictures and colours. After
I'm going to write, in this blog, about my personal programming experiments: I'm 40 but I'm still studing, and learning, everyday. Not surprising if you think how many frameworks, libraries and programming tools are published on the net nowdays.
What else? Hello world!
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } |
If you are interested in posting java code bits in your blog have a look at Java2Html.
No comments :
Post a Comment