Results for: "methods"

Contents (156)

Data structures in Java - Linked Lists
Data structures in Java - Linked Lists

With 2020 we are going to look at a new aspect of programming: data structures. It is often the case…

read more
Introduction to REGEX - Regular Expression
Introduction to REGEX - Regular Expression

Today we are going to write about Regular Expressions known as regex or shortened  regexp, a very useful concept of…

read more
Network and port scanning with Zenmap
Network and port scanning with Zenmap

This article goes out to all the computer nerds who are, when it comes to networking, more on the noob-side…

read more
HTTP Cookies: how they work and how to use them
HTTP Cookies: how they work and how to use them

Today we are going to write about the way to store data in a browser, why websites use cookies and…

read more
How to write our own Privacy Policy
How to write our own Privacy Policy

In this article we will talk about Privacy Policy statements, how you can write one and implement it on your…

read more