
Search In
Servlet is a part of java technology which used for to create web application.
Servlet technology is used at server side and generates dynamic web page.
Servlet make robust and scaleable to web application of java language. Before Servlet, We were u
What is Data
Data is the center of all evolutions or revolutions that have either been initiated or observed in the recent past. As data feeds majority of operations in various firms nowadays, it is the processing of these clusters that helps in pro
What is Equivalence partitioning:-
Equivalence partitioning is also known as Equivalence Class Partitioning or ECP. In Equivalence Class Partitioning is a method that split/cut-up the input data of a software unit into separation/division/classes/pa
Apache by default serves files from the Document root i.e.
/Library/WebServer/Documents/
But what if you want your custom folder to serve webfiles. This tutorial walks you through the complete process.
Create a new folder at the root level of your
Hello Friends,
This blog explains how to implement singleton design pattern in c#. So lets start with few basic things:--
What is Singleton ?
A singleton is a class which only allows one instance of itself to be created - and gives simple, easy
Difference between user thread and daemon thread:
When we talk about multi-threaded programming then we talked about threads. And when we talk about threads, then the question comes the types of threads. So guys we mostly work on user threads and
Succession Planning by Managers:-
When you lead a group in a business – any business – you require support from awesome people. It's a truth, you can't do it alone. Also, you will require each ability going to make the be
What Is Root Cause Analysis (RCA) In Software Testing ?
Root Cause Analysis:- Root Cause Analysis (RCA) is a technique of determining the furnishing components for the fundamental differences in the accomplishment connected with unfavo
To understand the asynchronous callbacks concept in node.js let us see the below code and try to understand what is the concept:
var output = database.query("select * from employee");
console.log("Learning the conept of Event driven asynchronous c
In this article, we will know about the role of manual software testing in DevOps. However, it is important to know, what is DevOps? As the name suggests, it is a combination, rather a compound of development and operations. It is a process which inv
