Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Exploratory Automation Testing: To Use or Not to Use - An In-depth Analysis

  Agile development has evolved quickly over the last 20 years, providing a fundamental shift in how products can be delivered to users. It is based on the concepts of collaboration, flexibility, and transparency for the entire development pr

File handling operation in c language

File handling in C In C programming language we use a structure pointer of file type for declaring a file. Syntax:- FILE *fp; The fopen() function is used to create a new file or to open existing file. Syntax : *fp = FILE *fopen (const char

Recursion in c

In C programming language when a function calls itself over and over again , that function is called recursive function .The process of function calling itself repeatedly is known as recursion . Recursion is supported by C programming language i.e.

Difference between “int main()” and “int main(void)” in C.

Consider definition of int main(): int main() { return 0; } Consider definition of int main(void): int main(void) { return 0; } The above two definition work perfectly fine in C but the difference between two is int main() can b

How Technology has Increased B2B Sales

Advancements in technology have been able to transform many sectors and job functions, including B2B sales. These advancements are usually exciting, but keeping up with them can be overwhelming. However, falling behind on the greatest and latest tech

How to create DLL file from java?

Hello Guy's This Blog will guide how to create DLL file from java using JNI. Please follow the below instructions. First create a java file that contains the native method and it loads the DLL file. Create TestDLL.java and put below code : public

Getting Springs, Hibernate Exception in Java

Can someone help me with this exception in Java,Springs,Hibernate.   Caused by: java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException at com.mchange.v2.sql.SqlUtils.toSQLExceptio

How to import mysql database using command line?

Sometimes when you have large databases files and you are unable to import the database manually. Then the easiest (and fastest) way is to use command line. Import:-- 1. Run the cmd (DOS) and get into the mysql folder, which in my case works like

Polymorphism in php

Hello Readers If we break the word Polymorphism poly means many (Poly = many) and morph means change ( Morph = change or form). Its basically the concept of object oriented programming (OOPS) in which classes have differernt functionality and use a

Visibility Scope Of Variable And Functions

There are three type of visibility scope: Public Private Protected PUBLIC: Variable or function of public scope can be accessed throughout the program. PRIVATE : Variable or function of private scope can be accessed only with in the class they

1 17 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: