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

Search In

What is view in Sql server

A View is a virtual table which is created form another table and its content are defined by a query. In real scenarios we use views for security purpose by allowing users to access data through the view, without granting the users permissions to dir

Quality Assurance & Quality Assurance Criteria

What Is Quality Assurance & Quality Assurance Criteria ? Quality Assurance:- Quality assurance is determined as the verifying and reporting or describing approaches utilized to furnish the shareholders with the information required to produce k

Code Inspection And It’s Advantages:-

What Is Code Inspection In The Software Testing ? Code inspection is a type of static testing. This comes under the review process of any application. This is a regular or formal type of process for any application or software. Code inspection proce

How to reverse linkedlist in java ?

There are two way to reverse a linked list that are using recursion or using iteration. This operation takes O(n) time complexity during iteration method. Here is the code to reverse linked list using iterator : public void reverseLinkedList(Node

What Is Fault In Software Testing ?

What Is Fault In Software Testing ? Normally software fault is also recognized as the bugs or defects, these emerges when the presumed results or prospective results does not equal with the real results or actual results. This is also known as the

How to create a thread ?

Thread is basically used to execute something in android. Thread class provides start method to start a new thread as well as we can also use Runnable interface to create some thread. So there are two way to create a thread that are : 1. By extendi

Ring Topology

As the name itself defines Ring Topology is the topology which forms a ring in network. In Ring Topology one computer is connected to second computer and second computer is connected to third computer and following the same way&nb

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

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

Understanding Angular $watch

AngularJS has a concept of powerful data binding. It accomplishes this by keeping a watch on its scope variables. When we change the the variable on $scope object, the $scope object gets automatically changed and vice-versa. Most of the time angular

1 101 363
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: