Skip to content
Hacking Terms

Hacking Terms

Hacking, like many specialty areas, has jargon that is hacking specific. While hacking terms will explain many of the techniques in simpler terms for newbie hackers, here are some basic terms to start out with.… 

types of hackers

Types of Hackers

According to IT experts, you can divide types of hackers into two main groups: white-hat (“good” hackers) black-hat (“bad” hackers) However, let’s cover some less important ones they still deserve some shine. Script kiddies Script… 

What is Hacking

What is Hacking?

Most people define hacking as the process of gaining unauthorized access to a computer or network. Once this access is established, the perpetrator (i.e. the hacker) uses the attacked system to steal information or hack… 

SQL

SQL Intro

The term SQL stands for Structured Query Language.  These days, data has become one of the most important areas of study and work. In fact, the digital world revolves around data completely. Services such as… 

life cycle of jsf

Life Cycle of JSF

The JSF framework processes a request in predefined steps similar to other Web application frameworks. You can also develop a Web application in JSF, without knowing the request processing details. This reduces the efforts in… 

JDBC Drivers

JDBC Drivers

The different types of drivers available in JDBC are listed below: JDBC Driver Types Description Type-1 Driver Referes to Bridge Driver (JDBC-ODBC bridge) Type-2 Driver Referes to a party java and partly native code driver…