Connection pool Configuration Sample Connection pool When a connection is established it usually means opening a TCP connection or Socket. The socket will handle one statemen...
Control Flow Primitive Types Nil Bool Boolean Algebra Truthiness Control Flow Conditionals Else More branches Loops Infinite loops Skipping and Breaking Control Flow...
Control Flow Primitive Types Nil Bool Boolean Algebra Truthiness Control Flow Conditionals Else More branches Loops Infinite loops Skipping and Breaking Control Flow...
Control Flow Primitive Types Nil Bool Boolean Algebra Truthiness Control Flow Conditionals Else More branches Loops Infinite loops Skipping and Breaking Control Flow...
Control Flow Primitive Types Nil Bool Boolean Algebra Truthiness Control Flow Conditionals Else More branches Loops Infinite loops Skipping and Breaking Control Flow...
Methods Arguments Default arguments Type Restrictions Overloading Methods To avoid duplication of the same message, instead of using a variable we can define a method and ca...
Program Top-level scope Main code Program The program is the entirety of the source code worked by the compiler. The source gets parsed and compiled to an executable version o...