Browse a Listing
Top > Java > Magazine Articles > JSP and Servlets
Popular Tags
Free Script links
This tutorial will focus on the Java language essentials. Even if you have no programming experience, you will find this article very useful. The Java programming language is a modern, evolutionary computing language that combines an elegant language design with powerful features that were previously available in other languages.
Java is an Object Oriented programming language. This means that everything is an object in Java and thus you can design programs that represent any real world entities such as employees, cars, etc. Java provides a class construct for representing user-defined entities. The class construct supports the creation of user-defined data types, such as Employee, that represent both the data that describes a particular employee and the manipulation or use of that data
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 11, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Dynamic XML document construction with the PHP DOM
When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. This tutorial introduces you to the main functions in PHP's DOM API, showing you how to programmatically generate a complete well-formed XML document from scratch and save it to disk.
[Builder.com]
Implement XML serialization in the .NET Framework
From remoting to Web services, serialization plays an integral part in many modern software architectures. Zach Smith explains how XML Serialization works and shows how to take advantage of the .NET Framework's built-in serialization functions with the included sample application
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 11, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR