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]
# 1
Start with a tutorial: http://java.sun.com/docs/books/tutorial/
DrLaszloJamfa at 2007-7-10 11:50:16 > top of Java-index,Java Essentials,Training...
# 2
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.
MysunScreena at 2007-7-10 11:50:16 > top of Java-index,Java Essentials,Training...
# 3
This book gets good reviews and it is quite readable: http://www.oreilly.com/catalog/hfjava/
DrLaszloJamfa at 2007-7-10 11:50:16 > top of Java-index,Java Essentials,Training...
# 4

> 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.

appy77a at 2007-7-10 11:50:16 > top of Java-index,Java Essentials,Training...
# 5
Start with a Beginner java tutorial: [url] http://www.beginner-java-tutorial.com[/url]
hemanthjavaa at 2007-7-10 11:50:16 > top of Java-index,Java Essentials,Training...