SEARCH

Posts Tagged ‘Variables’

Primitive data types of Java and PHP Part 2 Video 0021

Friday, June 24th, 2011

A Video for the Ojambo.com Primitive data types of Java and PHP Part 2.
Part One of One

(more…)

Tags: , , , , , , , , , , , , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

Primitive data types of Java and PHP Part 2

Wednesday, June 8th, 2011

Primitive data types of Java and PHP

This is the second part of the Introduction to Java and PHP series. Similarities and differences between Java and PHP variables will be discussed. Whenever possible, code examples will be made in a similar manner for both Java and PHP.

Java assigns memory to variables based on the data type chosen. PHP assigns memory to the data type when it is set. Java and PHP allow variables to be declared and assigned at the same time.

(more…)

Tags: , , , , , , , , , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »