Posted on January 9, 2014, 12:07 am.
Tweet Python 2.7 vs Python 3.0 Python is a programming scripting language just like Perl. Recently, Python 3.0 version was released. This created a lot of buzz and people want to know more about the features and decide to whether stick to Stable Python 2.7 or move / upgrade to Python 3.0. This post will […]
Posted on January 2, 2014, 12:38 am.
Tweet Function vs Method When people talk about function and method terms are used synonymously in computer science or programming languages. Both are independent unit of code which can be called. Below are the Differences Between Function and Method… Method A method does not have independent existence and has to be defined with in a […]
Posted on December 26, 2013, 9:03 pm.
Tweet Iterators vs Generators in Python Iterator and Generator in Python are type of enumerators in Python. Both are used to iterate from start to end of List data-structure. Below we will talk about the Differences between Python Iterators and Generators so that you will know which one to use when in python?. Difference Between […]
Posted on December 10, 2013, 9:01 pm.
Tweet @StaticMethod vs @ClassMethod in Python @StaticMethod and @ClassMethod are type of methods or functions in Python. Both serves similar purpose but have differences between them. @StaticMethod and @ClassMethod are functions decorators. The first difference which is noticable is the call signatures of both. Class Method has @classmethod signature and Static method has @staticmethod. Check […]
Posted on June 11, 2013, 4:10 pm.
Tweet Perl vs Python Perl and Python are both scripting languages which are used to complete small tasks on the computer. Both support Object Oriented Programming and both are interpreted languages. Check out the below Difference between Perl and Python. Click here for Difference Between Static Method and Class Method in Python Perl Perl was […]
Posted on March 13, 2013, 8:56 pm.
Tweet IOC vs AOP IOC and AOP are concepts in Spring Framework. IOC is Inversion of Control or Dependency Injection and AOP is Aspect-Oriented Programming. Both are different concepts which are part of Spring framework. Read below point-wise Difference between IOC and AOP in Spring – Check out Difference Between Springs and Struts IOC in […]
Tags:
AOP in Spring,
Aspect-Oriented Programming,
Dependency Injection,
DI,
difference,
difference between,
difference between IOC and AOP in Spring,
difference IOC AOP in Spring,
Inverstion of Control,
IOC,
IOC vs AOP in Spring,
Programming No Comments |
Read the rest of this entry »
Posted on June 9, 2011, 6:52 pm.
Tweet Implementation Inheritance vs Interface Inheritance Both Implementation Inheritance and Interface Inheritance are types of inheritance. Inheritance is the concept of Object Oriented Programming (OOPs). Inheritance is used for code reuse. Check out the Differences between Implementation Inheritance and Interface Inheritance. Implementation Inheritance Implementation Inheritance is called Class Inheritance. Implementation Inheritance is achieved in Java […]
Tags:
between,
class inheritance,
coupling,
difference,
difference between,
difference between Implementation Inheritance,
difference between Implementation Inheritance and Interface Inheritance,
difference between Interface Inheritance,
has a,
Implementation Inheritance,
Implementation Inheritance vs Interface Inheritance,
Interface Inheritance,
is a,
loose coupling,
subtyping,
tight couping,
type inheritance No Comments |
Read the rest of this entry »
Posted on June 9, 2011, 6:09 pm.
Tweet C++ vs Java Both C++ and Java are high level programming languages which come under 4th Generation languages. Both are Object Oriented Programming Languages. But, They do share some differences between them. Check out the Differences between C++ and Java. C++ C++ (earliar known as C with Classes) was developed by Bjarne Stroustrup in […]
Posted on June 9, 2011, 5:31 pm.
Tweet Spring MVC vs Struts Both Spring and Struts are open source application frameworks for Java Platform. Both follow MVC architecture but have differences between them. Check out the Differences between Spring and Struts frameworks. Spring Spring framework was written by Rod Johnson in October 2002. In Spring, View can be redirected to Servlet / […]
Tags:
AOP,
between,
difference,
difference between,
difference between Spring,
difference between Spring and Struts,
difference between Struts,
framework,
IOC,
model,
Spring,
spring vs struts,
Sprint MVC,
Struts,
view controller No Comments |
Read the rest of this entry »
Posted on November 24, 2010, 5:30 pm.
Tweet C vs C++ Everybody in the IT world knows about C and C++. Both are Computer Languages. C and C++. C++ was born after C language, C++ is a super set of C. Both languages have lots of differences between them. But, I am listing out the 10 Main Difference Between C and C++ […]
Tags:
between,
C,
C language,
C vs C++,
cin,
classes,
cout,
difference,
difference between,
function,
high-level,
inline,
low-level,
object,
printf,
procedural,
scanf,
structure 6 Comments |
Read the rest of this entry »