Mahesh Parahar has Published 191 Articles

Difference between Oracle and SQL Server

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:29:32

9K+ Views

Both Oracle and SQL Server, both are relational database management systems or RDBMS.Following are the important differences between Oracle and SQL Server.Sr. No.KeyOracleSQL Server1Developed ByOracle Server is owned by Oracle.SQL Server is developed by Microsoft.2Procedural LanguageOracle uses PL/SQL.SQL Server uses T-SQL.3UsageOracle is complex to use.SQL Server is simple to use.4OS ... Read More

Difference between MySQL and MongoDB

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:27:28

835 Views

MySQL is a relational database. MongoDB is NoSQL Database.Following are the important differences between MySQL and MongoDB.Sr. No.KeyMySQLMongoDB1Owned/Developed ByMySQL is owned by Oracle.MongoDB is developed by MongoDB Inc.2Data StorageMySql stores data in tabular format as records in table.MongoDB stores records as documents.3LanguageSQL, Structured Query Language is used to query database.Dynamic ... Read More

Difference between MySQL and SQL Server

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:21:59

8K+ Views

Both MySQL and SQL Server, both are relational database management systems or RDBMS. MySQL is open source and is free to use whereas SQL Server is licensed product of Microsoft.Following are the important differences between MySQL and SQL Server.Sr. No.KeyMySQLSQL Server1Owned/Developed ByMySQL is owned by Oracle.SQL Server is developed by ... Read More

Difference between RDBMS and HBase

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:20:14

5K+ Views

Both RDBMS and HBase, both are database management systems. RDBMS uses tables to represent data and their relationships. HBase is a column-oriented dbms and it works on top of Hadoop Distributed File System (HDFS).Following are the important differences between RDBMS and HBase.Sr. No.KeyRDBMSHBase1DefinitionRDBMS stands for Relational DataBase Management System.HBase has ... Read More

Difference between RDBMS and OODBMS

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:16:47

12K+ Views

RDBMS and OODBMS are database management systems. RDBMS uses tables to represent data and their relationships whereas OODBMS represents data in form of objects similar to Object Oriented Programming.Following are the important differences between RDBMS and OODBMS.Sr. No.KeyRDBMSOODBMS1DefinitionRDBMS stands for Relational DataBase Management System.OODBMS stands for Object Oriented DataBase Management ... Read More

Difference between OOP and POP

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 07:04:54

22K+ Views

OOPOOP, refers to Object Oriented Programming and its deals with objects and their properties. Major concepts of OOPs are −Class/objectsAbstractionEncapsulationPolymorphismInheritancePOPPOP, refers to Procedural Oriented Programming and its deals with programs and functions. Programs are divided into functions and data is global.Following are the important differences between OOP and POP.Sr. No.KeyOOPPOP1DefinitionOOP ... Read More

Difference between MD5 and SH1

Mahesh Parahar

Mahesh Parahar

Updated on 27-Nov-2019 06:55:02

1K+ Views

MD5 and SH1 are hashing algorithms. MD5 is much faster than SH1Following are the important differences between MD5 and SH1.Sr. No.KeyMD5SH11DefinitionMD5 stands for Message Digest.SHA stands for Secure Hash Algorithm.2Supported LengthMD5 can have 128 bits length of digest message.SHA can have 160 bits length of digest message.3SpeedMD5 is faster than ... Read More

Difference between UMA and NUMA

Mahesh Parahar

Mahesh Parahar

Updated on 26-Nov-2019 12:20:48

11K+ Views

UMA and NUMA are shared memory models. Multiprocessors are divided among these type of categories. In UMA, Uniform Memory Access, a single memory controller is used and it is applicable for general purpose applications and time sharing applications. In NUMA, Non-Uniform Memory Access, multi memory controllers are used. NUMA is ... Read More

Differences between Difference between getc(), getchar(), getch() and getche() functions

Mahesh Parahar

Mahesh Parahar

Updated on 26-Nov-2019 10:42:58

1K+ Views

All of these functions are used to get character from input and each function returns an integer signifying the status code as well.Following are the important differences between getc(), getchar(), getch() and getche() functions.getc()getc() can read characters from any stream. Returns EOF on failure.Syntaxint getc(FILE *stream);getchar()getchar() can read characters from ... Read More

Difference between Application context and Beanfactory in Spring framework

Mahesh Parahar

Mahesh Parahar

Updated on 18-Nov-2019 07:28:36

4K+ Views

Spring framework provides two IOC container for managing, configuring and manipulating beans. One is BeanFactory and the other is Application Context. The application context interface extends BeanFactory to enhance the functionality of BeanFactory. In new Spring versions, BeanFactory is replaced with ApplicationContext. But still, BeanFactory exists for backward compatibility. Spring version 2.0 and ... Read More

Advertisements