New to Java, Have no idea how to start
Hello guys..
I hear about java for few years now and interested about the it
but I dont know how to start ..
I have only basic C programming a my programming back group
but still I'm not confident on it.
Please help me how to start in an easy way and affordable.
by the way, I am interested with Java database and SQL
thanks
[375 byte] By [
H3nrya] at [2007-11-26 22:38:25]

Hi ,If you only know C programming and doesn't have any basic object oriented programming knowledge, Then I would suggest you to read something abt that before starting java programming. lots of stuffs out there in net.
> by the way, I am interested with Java database and
> SQL
If you only know the basics of C and none of Java you're aiming too high.
First learn Java - run a HelloWorld example , once you are familiar with the basic concepts of Java then you can move on to
JDBC.
SQL is dependent on the database you use, but it is based on standard SQL.
You can learn both Java and SQL simultaneously or independently.