Tagged articles
2 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 21, 2026 · Fundamentals

Java 2D Arrays from Scratch: Declarations, Creation, and Manipulation

This tutorial walks through Java 2D arrays, covering their definition, variable declaration syntax, creation with the new keyword, direct initialization, element access, and modification, illustrated with code examples and visual tables.

2D arrayarray accessarray declaration
0 likes · 7 min read
Java 2D Arrays from Scratch: Declarations, Creation, and Manipulation
php Courses
php Courses
Jul 5, 2021 · Backend Development

Deep Dive into PHP 8 Array Initialization and HashTable Internals

This article explains how PHP 8 initializes arrays at compile time, detailing the allocation and setup of the HashTable structure, the conditional creation of bucket memory, and provides the full source code and flowcharts for functions such as _zend_hash_init_int and zend_hash_real_init_ex.

PHP8array initializationhashtable
0 likes · 9 min read
Deep Dive into PHP 8 Array Initialization and HashTable Internals