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

Search In

SQL Tutorial -> Sql Distinct

<-- Chapter 3: SQL Select Chapter 4 SQL District SQL District : District is a keyword which is used to fetch unique column values from database table OR we can simply say that ignores the column duplicate values. Syntax for district keyword is

Showing confirm dialog box using cordova-plugin-dialogs

This plugin provides us some native dialog elements that are much more customizable than the brower’s dialogs. There are some methods in it:- navigator.notification.alert navigator.notification.confirm navigator.notification.prompt nav

array_fill() vs array_fill_keys() in PHP

This tutorial explains the difference between array_fill() and array_fill_keys() functions, which are used to initialize or fill an array with values. The main difference is in the method of filling values in array by both functions. The details of e

Add CSS in html tag using Javascript

Hello Readers, Usually, we need to add css property in HTML tag using Javascript. Here I am describing different kinds of examples to adding style property using Javascript 1.) If you want to add single css property using Javascript, then yo

Difference between Frame and IFrame

Frame Frames are HTML tag which divides the browser's window into multiple parts where each part can load a separate HTML document. <frame> tag specifies each frame within a frameset tag. A collection of frames in the browser window is known

Android Activity life cycle

In the below example I have created Activity life cycle. Activity start's with a call on onCreate() callback method. There is a sequence of callback methods that start's an activity and a sequence of callback methods. See the below example for detail

Example of Oracle JDBC Connection

We have different database vendors out in the market and every vendor has different configuration for using their database. Here in this article we will talk about the getting connection of Oracle database using Jdbc. For getting connection of Orac

SQL Server Transactions

A Transaction groups a set of tasks into a single execution unit. Each transaction begins with a specific task and ends when all the tasks in the group successfully finish.If all of these tasks execute successfully, then a transaction is committed an

Generics in C#

Generics are mainly used when you dont want to specify any passing parameter data type or class return type . It will be decide on run time while invoking that method or class. Ex: using System; using System.Collections.Generic; namespace GenericA

Difference between call by value and call by reference in java

1) Call by value: When you are passing values of primitive data types as arguments to the function , then a copy of the values is created and the changes which are done are reflected in the duplicate values and hence, the original values remains u

1 535 720
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: