To start learning Java how far back are the learning materials still relevant?
-
I'm looking to get started in Java and see there's a tremendous source of materials. Looking to get an idea how far back I can go without falling into the territory of dated material for today's Java or if there are any certain things to look out for that simply don't apply anymore.
-
Answer:
For Basic ("Core") Java: If you don't plan to make GUIs in Java, then skip them. It's pretty much a niche now unlike in the earlier days. If you are building GUIs, then skip AWT (Abstract Windowing Toolkit). Skip the pre-Java 1.2 collections (pre-Collections Framework). The most important here are java.util.Vector, and java.util.Hashtable, and java.lang.Enumeration. You may see these in older code and older APIs (like the Servlet API) The Java language hasn't changed much between 1.0 and 1.4, until Generics were introduced in 5.0 (aka 1.5). But, coding style has changed. If you follow the coding style of older books they may be considered retro at best today. For Enterprise Java: Enterprise Java Beans (EJB) are what arguably ruined Enterprise Java. Skip EJB 1 and 2. EJB3 is much improved, but most people don't use it anyway.
Miguel Paraz at Quora Visit the source
Related Q & A:
- How far is it from Milan to Venice by train?Best solution by Yahoo! Answers
- How far is Borobudur from Prambanan in Java?Best solution by tripadvisor.com
- How can I get free gate materials and books online?Best solution by examrace.com
- How do tactile letters quicken learning letters?Best solution by Yahoo! Answers
- How can i become a learning disability nurse?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.