devxlogo

November 18, 2019

Handling BindException in Java

Port BindExceptions can occur if a port is already occupied by some other process and you try to use it again. Below is a simple example that demonstrates this and

Convert number to string in Python

To convert, e.g., the number 144 to the string ???144???, use the built-in type constructor??str()