Jump to content

Where to learn Java

Go to solution Solved by madknight3,

There's nothing wrong with learning Java. It's still a highly used language and it's still used in the industry. So I would classify it as still useful. If you want to learn it then go for it. Getting a head start on it should help you ace your classes in a year. Here are some tutorials

  • Look at the Java section in our forums resources thread
  • Get a 14-day free trial for Treehouse and use it to go through their "Java Basics" and "Java Objects" video courses
  • Get a 10-day free trial for lynda.com (linked with the LTT WAN Show sponsorship) and use it to learn some more Java (from watching videos as well). "Java Essential Training" and "Java Advanced Training" are two of the many courses you could take.

Your class will probably have you building your Java programs in command line or Eclipse. So you should get used to both of those. Personally, my favourite Java IDE is IntelliJ so give that a try too. You can get the community edition, or as a student, you can get the full ultimate edition for free. 

 

With all that said, don't neglect your C++ work. Getting better at C++ in your spare time will also help you out with your current courses.

So I'm currently learning C++ in the college ,but I want to learn java 'cause it look fun & to learn it in the college I'll have to wait a year and everyone knows that a year is way too long -_- So is there a good youtube channel to watch or a reference website .. something like that

Link to comment
https://linustechtips.com/topic/294695-where-to-learn-java/
Share on other sites

Link to post
Share on other sites

Find a java project on github or something that interests you, download the sourcecode, download netbeans or eclipse, then start looking through the code changing things here and there, seeing what changes and if you don't understand something google it or ask the internet!

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/294695-where-to-learn-java/#findComment-4001043
Share on other sites

Link to post
Share on other sites

Java ain't useful !?

 

The thing is, Java is an okay language but it's not the best at anything. It has a very friendly compiler and it's cross platform compatible, however so is C++ and C++ is much more effective. Java might have more inbuilt functionality but that is vastly overshadowed by C#.

Link to comment
https://linustechtips.com/topic/294695-where-to-learn-java/#findComment-4001075
Share on other sites

Link to post
Share on other sites

There's nothing wrong with learning Java. It's still a highly used language and it's still used in the industry. So I would classify it as still useful. If you want to learn it then go for it. Getting a head start on it should help you ace your classes in a year. Here are some tutorials

  • Look at the Java section in our forums resources thread
  • Get a 14-day free trial for Treehouse and use it to go through their "Java Basics" and "Java Objects" video courses
  • Get a 10-day free trial for lynda.com (linked with the LTT WAN Show sponsorship) and use it to learn some more Java (from watching videos as well). "Java Essential Training" and "Java Advanced Training" are two of the many courses you could take.

Your class will probably have you building your Java programs in command line or Eclipse. So you should get used to both of those. Personally, my favourite Java IDE is IntelliJ so give that a try too. You can get the community edition, or as a student, you can get the full ultimate edition for free. 

 

With all that said, don't neglect your C++ work. Getting better at C++ in your spare time will also help you out with your current courses.

Link to comment
https://linustechtips.com/topic/294695-where-to-learn-java/#findComment-4001445
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×