Statically Vs Dynamically Typed Languages
Statically Typed Languages
Statically typed language needs to define variable data type before compiling the program Because the compiler doesn’t understand the type of variable value whether it’s string or integer.
Example:
public class Main
{
p...
blog.rudra0x01.xyz2 min read