J2SE Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 29 articles & tutorials regarding "J2SE".
- 1.) J2SE 1.5 in a Nutshell
- Printable Page Articles Index Calvin Austin February 2004 Java 2 Platform, Standard Edition (J2SE) version 1.5 ("Tiger") is the next major revision to the Java platform and language; it is currently slated to contain 15 component JSRs with nearly 100 other significant updates developed through the Java Community Process (JCP). With so many exciting changes in this release you may be wondering where you should start. As in previous releases, the comprehensive list of all changes is...
Found at Java Developer Connection
- 2.) J2SE 1.5 - Effective Java Programming with Tiger
- By Arulazi Dhesiaseelan Go to page: 1 2 Next Introduction The forthcoming major release of Java 2 Platform, Standard Edition (J2SE) 1.5 is increasingly gaining its momentum in the developer community due to its potential improvements to the language and convincing feature set. The beta release of J2SE 1.5 is expected to ship in late 2003. J2SE 1.5, code named "Tiger," is being developed under the Java Community Process (JCP). The umbrella Java Specification Request (JSR) for this...
Found at developer.com
- 3.) CORBA Programming with J2SE TM 1.4
- Qusay Mahmoud May 2002 The Java TM 2 Platform, Standard Edition 1.4 (J2SE TM 1.4) has introduced several new features and enhancements for the Common Object Request Broker Architecture (CORBA). The new features and enhancements either address changes in the standard CORBA specifications, or improve the performance of existing features. One of the important new features is the Portable Object Adapter (POA). This article presents a detailed description of the POA and shows you how to use...
Found at Java Developer Connection
- 4.) Using Foreach Loops in J2SE 1.5
- By Jeff Langr Go to page: 1 2 Next Like many Java developers you are probably working with the beta for J2SE 1.5. Here is another new technique to use with the beta. Looping through a collection of objects and doing something with each object is one of the most common programming idioms. You've no doubt coded such a loop many times: List names = new ArrayList(); names.add("a"); names.add("b"); names.add("c"); for (Iterator it = names.iterator(); it.hasNext(); ) { String name =...
Found at developer.com
- 5.) J2SE 5.0 Out of the Cage
- Print-friendly Version By Jon Byous and Mary Smaragdis , October 2004 Articles Index An AMD64 Operton chip powers this Sun Java Workstation running the Sun Java Desktop System and JDK 5.0 September 30, 2004, 6:00 PM, the launch of the Java 2 Platform, Standard Edition 5.0 (J2SE 5.0), code-named Tiger, is official, both in a celebration in Sun offices on Park Avenue in New York, and at the Computer History Museum in Silicon Valley. The Computer History Museum, "the world's largest and...
Found at Java Developer Connection
- 6.) Take the Fast Track to J2SE 1.5
- Posted June 7, 2004 N early three years ago the design of one of the most significant updates to the Java platform in its history was planned. So what has happened in those three years? J2SE 1.5 ("Tiger") has been developed through the Java Community Process (JCP), and in addition to the 18 experts on the J2SE 1.5 JSR (JSR 176) there are an additional 15 component JSRs (see Table 1 ), each with their own domain experts. In addition to Java luminaries such as James Gosling and Graham...
Found at Java Pro
More articles & tutorials (Index of all articles & tutorials)
|
|