Quiz: Choosing an array of integers !!!

arrayintegersJavareference-typesvalue-types

In the recent interviews, I asked the candidates the following question: Is there a difference that I need to consider in the following declarations? Both allocate fixed size array to store integers: …

Read more →

PHP Savers – PropertyBag

arrayobjectphpphp-saverpropertybag

The ubiquitous and the universal data structure in PHP is the [array][1]. It is an amalgamation of commonly used data structures – list, map etc. In the recent times, PHP has also adopted object …

Read more →