Programming & Design
Module vs Class
|
Classes are blueprints of objects, which contains members like fields and methods. Module introduces the definition related to properties, events, variables and procedures of its members. Modules cannot be... |
Deadlock vs Starvation
|
Deadlock refers to the situation when processes are stuck in circular waiting for the resources. On the other hand, starvation occurs when a process waits for a resource indefinitely. Deadlock implies... |
Different types of Testing
|
Software testing assesses the quality of the product. Basically, it is carried out to detect the difference between given input and expected output. There are various testing techniques distributed among the... |
Different types of Operating System
|
Operating Systems, shortly OS is an intermediate between the computer hardware and users. It is a collection of software which manages the computer hardware resources and provides common services for computer... |
Char vs Varchar
|
In database systems like SQL Server, Char and Varchar are both datatypes, where char actually refers to character and Varchar refers to variable character. They both are used to store string type of values... |













