
Search In
What is :-
Regression testing ensures that quality of software is not disturbed because of the changes made..
Regression testing is used to ensure effectiveness of fixed bugs in the Application. Which means when a tester finds the bugs in the appli
Hi there,
I am not able to enable virtualization through BIOS as I am getting grey text there (for the virtualization option) and not able to click on the checkbox. Once earlier when I was using windows 7 I setted up pre boot security password for i
Here i am displaying you a demo of creating a html table using all the columns and rows of datatable in c#.
Suppose we have a datatable which contains data regarding items and we want this data to be sent to users through email as html(email`s body
I am currently in a state of doubt whether I am doing the things in the right way. Basically, I have a task where data which is stored in a normalised db in MSSQL needs to be queried for so as to display them in different charts. These charts th
In this iOS Video Tutorial talk about the basic of table view in iOS and iOS 10 using hardcoded value and basic array using SWIFT 3.0 and XCode 8.
In our Next Video Tutorial, we will talk about iOS UIPopover Viewcontroller Using Swift
I was unable to find what is wrong in the following code, The error msg is "object of type 'NoneType' has no len()"
My Code ------>
A=[31,22,14,15]
def merge(list1,list2):
output=[]
i=0
j=0
length1=len
To sort the array of objects by date in ascending and descending order, we are using JavaScript sort() method , as discussed earlier. Below is the code to provide the same functionality.
<!DOCTYPE html>
<html>
<body>
<p>Clic
Program for Bubble Sort elements in Ascending Order
Definition:- In Bubble sort each element compares with the other elements until finds its correct order place. This is repeated until all elements are in the order.
//Header Files
#include&l
in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this?
#include<
Hi
How can I change an array list to integer or double?
this is my code and i want show answer like a number and i use it not just print it...
import java.util.*;
public class JavaApplication28 {
public static void ma
