Blog

Home arrow Blog
Blog - Content Section Layout
Mysql tutorial
Contributed by Howell   
Saturday, 17 June 2006
 Abstract  Mysql tutorial

MySQL is a relational database-management system (RDBMS). The term relational indicates that MySQL can store its data as a number of different tables that are related to each other in some way.

The advantage of this type of database over a flat table system is that very large databases can be constructed from different tables, each of which contains only information relevant to that table.

Last Updated ( Monday, 19 June 2006 )
Read more...
Java security Tutorial
Contributed by Howell   
Saturday, 17 June 2006
Security and the Java Platform(Java security Tutorial)

Underlying the Java SE Platform is a dynamic, extensible security architecture, standards-based and interoperable. Security features -- cryptography, authentication and authorization, public key infrastructure, and more -- are built in. The Java security model is based on a customizable "sandbox" in which Java software programs can run safely, without potential risk to systems or users.

Last Updated ( Saturday, 17 June 2006 )
Read more...
Java socket tutorial
Contributed by Howell   
Saturday, 17 June 2006

Java socket Overview

A socket is one end-point of a two-way communication link between two programs running on the network. Socket classes are used to represent the connection between a client program and a server program. The java.net package provides two classes--Socket and ServerSocket--that implement the client side of the connection and the server side of the connection, respectively.

 

Last Updated ( Thursday, 06 July 2006 )
Read more...
java net tutorial
Contributed by Howell   
Friday, 16 June 2006
Abstract (java net tutorial)

Java net Provides the classes for implementing networking applications. Using the socket classes, you can communicate with any server on the Internet or implement your own Internet server. A number of classes are provided to make it convenient to use Universal Resource Locators (URLs) to retrieve data on the Internet.

Last Updated ( Sunday, 23 July 2006 )
Read more...
Java font tutorial
Contributed by Howell   
Friday, 16 June 2006
Abstract (Java font)

In Java API,the Font class represents fonts, which are used to render text in a visible way. A font provides the information needed to map sequences of characters to sequences of glyphs and to render sequences of glyphs on Graphics and Component objects.

Last Updated ( Friday, 16 June 2006 )
Read more...
<< Start < Previous 11 12 13 14 15 16 17 18 Next > End >>

Results 111 - 120 of 179

  home              contact us

 

©2006-2012 DeveloperZone.biz   All rights reserved     powered by Mambo Designed by Siteground