Tag dynamic typing

Groovy – Keywords

Groovy, being a Java-like language written for the Java platform, shares most of its keywords with Java. However, Groovy introduces a few additional keywords of its own. In this post, we’ll explore these new keywords that have been introduced in…

A primer to Data Types

Learn the fundamentals of data types in programming. Understand the difference between primitive and composite types, static vs dynamic typing, and how type systems work in languages like Java, GoLang, and Python.