-
Concepts
Programming languages share some foundational concepts which almost all programming languages follow
Located in
Computing
/
Programming
-
Names, Bindings, and Scopes
The fundamental semantic issues of variables
Located in
Computing
/
Programming
/
Concepts
-
Fortran
Fortran is a general-purpose, compiled imperative programming language
Located in
Computing
/
Programming
-
Java
Java is a high-level, class-based, object-oriented programming language
Located in
Computing
/
Programming
-
An efficient way to delete an item from a dynamic list
It is sometimes tricky working with linked lists if you are searching for an item to delete it.
Located in
Computing
/
Programming
/
Java
-
Check if a string has a white space at any position
It is important sometimes to check a string and make sure that it does contain a white space (e.g. space, new line, tab, etc ...).
Located in
Computing
/
Programming
/
Java
-
Check if a string is Null or Empty
It is sometimes not practical to work out a string object immediately before validating if it is null or not
Located in
Computing
/
Programming
/
Java
-
Make a phone number callable in Android
You may want to present a number and make it callable.
Located in
Computing
/
Programming
/
Java
-
Variables and Memory Optimization
When you start coding, you need to be mindful to memory usage and leakage.
Located in
Computing
/
Programming
/
Java
-
Python
Python Programming Language
Located in
Computing
/
Programming