||| try this for starters, we all did. :)
||| 
||| 
||| public class HelloWorld {
|||     public static void main(String[] args) {
|||             System.out.println("Hello World!");
|||     }
||| }

we published an excellent article on this 'Hello World'.   What is the
smallest class file you can produce to get HelloWorld printed out?   It was
something like 76bytes.  Something you cannot do with a compiler ... you
have to create the bytecodes yourself.

now that is real coding!!!!

<can you tell i came from an embedded background! ;-)>

To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm

Reply via email to