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

Search In

OVERLOADING IN JAVA

In java we can define more than one method inside one class(same class), whose names are same until their parameters or signature are different. This process or method of having more than one method within same class with different parameters or sign

Apply Ribbon at corner of a Box

Hello readers here is a simple line of code that will give your page a new look using a corner ribbon tag... it will help you to add ribbon aside of your working area by using pure CSS code. You can use this code whenever you want to display somethi

Can someone help me annotate this code, I don't fully understand it

This was the only piece of code that I could find to clear all the radio buttons in my form but I don't know how to explain it. I've only been learning basic C# and can't find a clear explanation for the code or how it works. public IEnumerable<C

MongoDB Connection With PHP

The MongoDB is built to work with your current web server, but not PHP. To communicate PHP with MongoDB server you need to install PHP-MongoDB driver. The PHP-MongoDB driver is a PHP extension library. The presently maintained driver for the MongoDB

Toggle method

This method is used to show() and hide the content of selected elements. show() method is execute when selected element content is hide while hide() method is execute when selected element content is visible.  The toggle() method toggles betwee

Covariance and Contra-variance in C#

Relation between generic type parameter and generic type definition is known as variance. Covariance and contravariance are extensions for generic type parameters for arrays, delegates and interfaces. 1.COVARIANCE-  In Covariance 'out'

Your Business requires the Succession Planning

It's basic to your success, since relationship building is the stage of everything you do in business. Everything, It is the most fundamental thing that you do, regardless. Be it with your own people or others you associate/interact with (who kno

How to split a string in C++?

// A C++ program for splitting a string using strtok() #include <stdio.h> #include <string.h> int main() { char str[] = "First-Demo-Example"; char *token = strtok(str, "-"); // Returns first token while (token != NUL

Foreach loop in C++

Foreach loop is another loop which was introduced in C++ 11. The advantage of foreach loop over other loops is that, it can access elements of an array quickly without performing initialization, testing and increment/decrement, the code bec

Error: No identifier specified for entity

I was working with spring 4 integration with hibernate 4 and encountered and error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ...CustomConfiguration: Invocation of

1 117 409
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: