Before going further lets talk about Log Forging or JVM Log Forging. Log ForgingAccording to OWASP , writing invalidated logs can allow attackers to forge log or inject malicious content in log file. Log forging is when attackers tries to add/modify the log content by exploring the security loopholes of...
undefined
202
The ExecutorService interface, executes tasks in parallel in background and represents an asynchronous execution mechanism. The ExecutorService create and maintain the reusable thread pool.How to create ExecutorService?To create ExecutorService, you can use Executors factory to create the instance of ExecutorService....
undefined
202
We have setup the development setup of angular in angular-installation blog. Now in this blog, lets start a new project and lets see how we can create a new project in Angular.
How we can create a new project in Angular?
To create a new project, open Angular CLI and type below mentioned command and press enter....
undefined
202
Lets talk about the installation process of Angular, which tools and IDE is required for angular,
How to install Angular?
Which IDE is used for angular?
Before getting started with Angular you have to download IDE like Visual Studio Code, Eclipse, Atom etc.
We will be using Visual Studio Code in our tutorial.
Visual...
undefined
202
Angular is a latest front-end framework of JavaScript, a development platform for building mobile and desktop web applications that makes you able to create reactive SPA (Single Page Applications). Angular framework is developed and main by Google. Angular framework is totally based on components forming a tree...