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

Search In

Leadership Means Selecting right Employee

  They say that the capacity to delegate is the true indication of a leader and with this known, it is still amazing how many people mess that part up. Leadership psychologists have regularly attempted to make sense of why leaders fail and why

replaceAll() to replace square brackets in a String

To replace any character from a String, we generally use replaceAll() method of String. Below is the example String Str = new String("Hello + world +"); System.out.print("Output Value :" ); System.out.println(Str.replaceAll("[+]",

how does foreach loop exactaly work in php

The foreach function in php will be used for a easy way to iterate over the loop and it is only used in array and objects or It will give you an error when you try to use it on a variable with different data type. Syntax: foreach(array_expressio

Error: Cannot change version of project facet Dynamic Web Module to 2.3

While working on maven project, encountered an error: Cannot change version of project facet Dynamic Web Module to 2.3.          line 1    Maven Java EE Configuration Problem When I tried to run the project it was running fine but always giving th

Regular Expression in MVC

While doing validation you need to put validation apart from that you need to provide the regular expression   in cases where only specific values are allowed to enter otherwise user cannot enter it   Regular expressions are series of c

What is Daemon thread in java ?

In java any thread can be a Daemon thread. Basically daemon thread are those that works in background to support or to provide services for users threads running in same process. If there are no any user threads available while daemon threads are ru

Printing something without using main method

Printing hello without using main method: We can use static block to print something without using main method as static block executes as soon as the class is loaded. To ignore exception "System.exit(0);"  is used which terminates th

No Root Firewall Application Using Virtual Private Network (VPN)

I need an android app developer with java and native code experience using C or C++ to create a NoRootFirewall app. This app will support devices between API 15 and 23. The app will be able to filter data access to every system/installed application

How to define routing in Symfony2

Hello Friends, If you are looking to implement routing in symfony2, like I have created a new controller like "listAction" in my controller file and now want to run this on browser. My controller file look like <?php namespace App\C

AngularJS - $interpolate, $compile and $parse

There are three useful services provided by AngularJS for view rendering and evaluating expression which it uses internally. $interpolate :- This service simply takes a string and is used to evaluate expressions. We can run the entire string and th

1 118 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: