fix styling
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
### Garbage collection
|
### Garbage collection
|
||||||
|
|
||||||
Garbage collection is a form of automatic memory management. It attempts to reclaim memory occupied by objects that are no longer used by the program.
|
Garbage collection is a form of automatic memory management.
|
||||||
|
It attempts to reclaim memory occupied by objects that are no longer used by the program.
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
### Mutable value
|
### Mutable value
|
||||||
|
|
||||||
Mutable value is a type of variable that can be changed once created.
|
Mutable value is a type of variable that can be changed once created.
|
||||||
|
|
||||||
Objects are mutable as their state can be modified after they are created.
|
Objects are mutable as their state can be modified after they are created.
|
||||||
|
|
||||||
Primitive values are not mutable as we perform reassignment once we change them.
|
Primitive values are not mutable as we perform reassignment once we change them.
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
### SSL
|
### SSL
|
||||||
|
|
||||||
Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet. SSL uses a cryptographic system that uses two keys to encrypt data. SSL is the predecessor to Transport Layer Security (TLS).
|
Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet.
|
||||||
|
SSL uses a cryptographic system that uses two keys to encrypt data.
|
||||||
|
SSL is the predecessor to Transport Layer Security (TLS).
|
||||||
|
|||||||
Reference in New Issue
Block a user