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

Search In

Diffrence between Method Declaration and Method definition

Hii ,friend's Today I will expain you about the diffrence between Method Declaration and method definition. In Method Declartion you can declare somthing like [public void my function();] here myfunction is the name of method. And In Method defint

UIAlertController in iOS

For iOS 8 and above Apple have introduced UIAlertController to present action Sheet and alerts. In order to present alert set preferredStyle to UIAlertControllerStyleAlert and for actionSheet preferredStyle to UIAlertControllerStyleActionSheet of y

Assigning mutiple values of multiple column in Single Select Statement

While writing Stored Procedures sometimes you need to store multiple columns values of select statement into multiple variables.   For doing that you need to write it in the following way CREATE PROC dbo.uspDemo @AccessToken VARCHAR(50), @B

jQuery AJAX load()

It is a very simple and powerful ajax method to load the data from the server and display it in the selected element. $(selector).load(URL,data,callback); URL parameter specifies the URL you wish to load data parameter specifies a set of querystr

Internal working of keyboard

Hello friends, today we are going to discuss about keyboard and its working. There are a lot of things in the world which we use but we don't know the internal working. If you want to know the internal working of casual things then you are at the

jquery autocomplete in AngularJs not working on first click

Hi, I was using jquery autocomplete functionality in angularJs using directive. Whenever I tried to load static data it was working fine, but when I loaded data from server side the first click was not working.  I was using code something like

multiple angular app in one page

While working in jsp with some parts common in few pages and ran into a problem to attach multiple apps to a single jsp page. After doing lot of search I found this one the best solution. Create a new app and take all other apps as an parameter. Exam

Ask to complete the class

Hi, I was given a test to complete but unsure how I can use the apache commons in some methods. I have attached the file. Appreciate all your help.   package interview; import java.text.ParseException; import java.text.SimpleDateFormat; imp

Auto complete using Angular Material

In Angular Material, we use  <md-autocomplete> for auto complete functionality. <md-autocomplete> is a UI component with dropdown to shown all possible  matches to custom query. It acts like a real time suggestion box. When user

How to use the built-in camera of the iPhone ?

To use the built-in camera of the iPhone consider the following example. In this example we will also see how to access the photo library and select a photo and use it. Create a single view application and assign a name to it. Then in the Main.Story

1 13 179
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: