Skip to main content

Preparing Java Development Kit

Okay now the book is done. now moving to what i need to compile or making Java Application.

what i read in Java Programming Language Handbook by Anthony Potts and David H. Friedel, Jr. is that we need
- Java Development Kit (JDK) in order to create and run Java.

JDK is avaliable to download at [Link:http://www.javasoft.com]
in this book im notice that they creating the first application is an Applet.
This applet seems to me a bit advance programming i hardly understand what im supposed to do with it.

next thing i know that i have to compile it to create a *.class file.
how the hell...

well i guess this book is not so very beginner im not a beginner but this stuff is to hard to handle.

ill just read other book.

Comments