Java vs Php[Language Features]
Feature Data types
PHP boolean, integer, float, string, array, object.
Java boolean, char, byte, short, int, long, float, double, String, array, Object.
Winner Java.
2 Feature Variables names
PHP Variables are represented by a dollar sign followed by the name of the variable. [Read more…] about Java vs Php