UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Web Hosting and Domains > Javascript - Ajax - Tomcat

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-05-2007, 13:57
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default Learning Java?

Well I went to a shop and bought a Java book and to my surprise I am very interested in learning Java. Java is a Web programming language and before I bought it I remembered I went to a Web website quite some time ago and it had a Java-powered game, so I was interested in getting to know this programming language. Just to my interest, does anyone else have experience in Java? Or programming languages alike?
Reply With Quote
  #2 (permalink)  
Old 14-05-2007, 16:06
paul's Avatar
Member
 
Join Date: Nov 2005
Location: Norway
Posts: 1,705
Default

This two websites will help you lot to learn Java, though it is little bit difficult to learn java;
java.sun.com/javaee/reference/tutorials/ ( Useful stuffs & many downloadables are also available)
javalessons.com/
__________________
UK Motor Seek || Prison Fight
Funny Jokes


Reply With Quote
  #3 (permalink)  
Old 14-05-2007, 16:23
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default

Thanks Paul for those links. I did visit Sun's tutorials yesterday and I will use both tutorials to recognize the language better.
Reply With Quote
  #4 (permalink)  
Old 14-05-2007, 17:37
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,286
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

I had a bit of experience with Java and JavaScript a while back but I have got to say I lost interest and have forgetten most of it. Although I do still have my books so I could relearn .

I have used C/C++/Visual Basic more in the past but obviously these are not the most easiest or necessarily suitable for web development.

I'll be interested to hear your experiences on learning Java to see how similar they were to mine. It took me a while to get going, but when I did, I was like a vaccum for knowledge and speeded through it!
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
  #5 (permalink)  
Old 14-05-2007, 17:46
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default

Well I am currently on page 54 - Constants & Variables. I have this book for 2 days nevertheless it has 500+ pages. I have done a bit of research and if you have relevant Java programming experience you can expect salaries ranging from £24,000 to £60,000 but this isn't my main purpose for learning Java. My main purpose for learning Java is to be able to make Java-coded games and programs.
Reply With Quote
  #6 (permalink)  
Old 14-05-2007, 17:48
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,286
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

Yes, my purpose was pretty much the same as yours. More for the "I want to do something and I need Java for it" rather than the money - however the money would be nice if a hobby turned into a job .
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
  #7 (permalink)  
Old 15-05-2007, 05:04
Member
 
Join Date: May 2007
Posts: 30
Default

Quote:
Originally Posted by Ben View Post
Well I am currently on page 54 - Constants & Variables. I have this book for 2 days nevertheless it has 500+ pages. I have done a bit of research and if you have relevant Java programming experience you can expect salaries ranging from £24,000 to £60,000 but this isn't my main purpose for learning Java. My main purpose for learning Java is to be able to make Java-coded games and programs.
That's also what I wanted to do, but then I saw all of the other features of Java, and that's another reason I installed it. That page reminds me of a math lesson I needed to know! That's good money for knowing Java! It would be nice earning a few bucks!
__________________
"For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life."
John 3:16(NIV)

God does love us that much!
Reply With Quote
  #8 (permalink)  
Old 15-05-2007, 08:27
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default

It would be good with the income but most companies who are hiring people with JAVA experience require other qualifications as such in computer science, etc. That's probably why the salaries are quite reasonable.
Reply With Quote
  #9 (permalink)  
Old 15-05-2007, 15:44
Premium Member
 
Join Date: Oct 2006
Location: London
Posts: 71
Default

Hi Ben,

I program in Java at work, as well as on the MSc I'm doing part time. I couldn't recommend any book more than one called Head First Java by Kathy Sierra and Bert Bates, it takes you through the whole Object-Oriented way of programming in a pretty interesting way. Get a hold of that and a copy of Eclipse or NetBeans and just muck around for a bit!

It's probably worth just doing the command line stuff for a while before you get into the web-based stuff, as that can be a lot of extra stuff to learn (jsps, tomcat, possibly MVC etc...).

I couldn't really talk about the gaming stuff, I met someone who worked on the xbox and he was doing a lot of C and C++....if you learn how to program in one object-oriented language it's usually not a huge transition to pick up another after that (java and C# are pretty similar).
Reply With Quote
  #10 (permalink)  
Old 15-05-2007, 16:20
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default

Quote:
Originally Posted by berbilfruit View Post
Hi Ben,

I program in Java at work, as well as on the MSc I'm doing part time. I couldn't recommend any book more than one called Head First Java by Kathy Sierra and Bert Bates, it takes you through the whole Object-Oriented way of programming in a pretty interesting way. Get a hold of that and a copy of Eclipse or NetBeans and just muck around for a bit!

It's probably worth just doing the command line stuff for a while before you get into the web-based stuff, as that can be a lot of extra stuff to learn (jsps, tomcat, possibly MVC etc...).

I couldn't really talk about the gaming stuff, I met someone who worked on the xbox and he was doing a lot of C and C++....if you learn how to program in one object-oriented language it's usually not a huge transition to pick up another after that (java and C# are pretty similar).
Hello,

I have read that Java is similar to C++ in the book I bought. Once I have learned Java I might consider learning C++ or C# whatever is more convenient for the work I plan on doing. In a couple of years time, I will probably have much more experiences in both Java and C#/C++ languages and thus I may be looking for a job in that field. However my main purpose for learning Java at the moment is to make games and other browser-based programs alike. I did consider learning PHP however I discontinued with PHP. Once I have mastered C#/C++ it may be more convenient to learn PHP. Thank you for your comment nevertheless!

Last edited by Ben : 15-05-2007 at 16:22.
Reply With Quote
  #11 (permalink)  
Old 15-05-2007, 17:11
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,286
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

It is quite a big step from PHP to C++ but good luck and I hope you enjoy learning! What other computing experience / qualifications do you have / are studying for Ben?
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
  #12 (permalink)  
Old 15-05-2007, 18:34
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 568
Send a message via AIM to Ben Send a message via MSN to Ben
Default

At the moment I will only be getting experience in JAVA. Afterwhich I may consider learning C#/C++ because it may be easier to learn as JAVA has syntax of C#/C++ I believe.
Reply With Quote
  #13 (permalink)  
Old 15-05-2007, 22:00
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,286
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

Yes, there are similarities between Java and C#/C++.

C / C++ is a very good language to know, it is the basis of most if not all programs, including other programming languages! If you know that then you are starting to master computer programming.

However, in my experience, C / C++ is the hardest and longest language to learn so make sure you have to commitment to see it through to the level you need / want it!

Hope that helps .
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:54.

 

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

knowledgebase articles

popular blog categories