Wednesday, September 1, 2010

The Architecture of the Java Virtual Machine

Java Virtual Machine Java Virtual Machine like its real counter part, executes the program and generate output. To execute any code, JVM utilizes different components. JVM is divided into several components like the stack, the garbage-collected heap,...
READ MORE - The Architecture of the Java Virtual Machine

Java Methods in the Database

Java Methods in the Database When the database class is created it includes the methods from the original Java class. As a result, SQL commands can include calls to Java methods: • wherever a value is used - in expressions, select lists, where clauses,...
READ MORE - Java Methods in the Database

Friday, June 18, 2010

example java script in 'plugins' sample length, Mimetype, suffixes, type.

Example java script in 'plugins' sample length, Mimetype, suffixes, type...
READ MORE - example java script in 'plugins' sample length, Mimetype, suffixes, type.

Sunday, February 7, 2010

Clean URL di localhost xamppClean URLs do not work out of the box on XAMPP

Clean URLs do not work out of the box on XAMPP 1.5.x with PHP4 due to a problem in Apache's module load order; mod_rewrite will not work properly. To remedy this you will need to edit the file [path_to_xampp]/apache/conf/httpd.conf. mod_rewrite location Remove...
READ MORE - Clean URL di localhost xamppClean URLs do not work out of the box on XAMPP

Here are the steps in the installation of drupal 6

Blog about drupal tutorial as it is written on the identity arithok blog will soon begin. About CMS drupal itself, has a lot of content or blogs that discuss strengths when compared to other CMS. Flexible and powerful, two words that I often use...
READ MORE - Here are the steps in the installation of drupal 6

Saturday, January 9, 2010

JDBC allows multiple implementations to exist and be used by the same application

JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. JDBC was first introduced in the Java...
READ MORE - JDBC allows multiple implementations to exist and be used by the same application

Wednesday, January 6, 2010

Database Management System (DBMS)

Data Model A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database. A database is an organised pool of logically-related data. Data is stored within the data structures...
READ MORE - Database Management System (DBMS)
 
THANK YOU FOR VISITING