Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I have this Java 1 book but is it outdated. Is Java 2 that much advanced. If i learn Java 1 can I learn Java 2. Is the syntax the same and the structure and is Java 2 just more classes
Biggest change from 1.0 to 1.2 is the addition of the Swing API
which is a better set of User Inteface routines than the AWT
(Abstract Windowing Toolkit) that was the only thing available
in 1.0. The AWT is still available in Java 2. Syntax is still
the same. Most whatever you learn for 1.0 will be applicable to
Java 2. There's probably just better ways of doing things in
Java 2 since there are many many more APIs (libraries of extra
functions) available.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.