Difference between JDK (Java development kit) and JRE (Java Runtime environment)
JDK Vs. JRE JDK JRE The acronym for JDK is “Java Development Kit” released by Oracle corporation. The acronym for JRE is “Java Runtime Environment” which is also released by…
Difference between VBScript and JavaScript | VBScript vs. JavaScript
VBScript JavaScript VBScript (Visual Basic Script) is the Active Scripting Language , lightweight & designed for fast interpreter . JavaScript is the Client side scripting language, prototype based and mostly…
Difference between Java and JavaScript | Java vs. JavaScript
Many people assumes that JavaScript is similar to Java language as it contains the name but it is not true and today we well see how Java and JavaScript differs…
Difference between Runtime Polymorphism and Compile time Polymorphism
Polymorphism means “Poly mean Multiple” + “Morph means Forms” . It is one feature of Object Oriented Paradigm having ability of taking more than one form. Generally in Polymorphism we…
Difference Between SQL and PL/SQL | SQL vs. PL/SQL
Friends, As we know, Oracle is combination of both SQL and PL/SQL. To become an Oracle DBA, one probably needs to learn both of them. Still, there are some points…
Microsoft intermediate language in .NET | Understanding MSIL
It's always good to be clear with the basics before you take the dive into .NET field. MSIL also many times referred to as CIL(Common Intermediate Language) or just IL(Intermediate…
Difference between Abstract Class and Interface | Abstract Class Vs. Interface
Difference between Abstract Class and Interface | Abstract Class Vs. Interface Abstract Class Interface Definition An Abstract Class is always used to serve as a base class as it can’t…
Know the files in Android Project Directory
Now you will have a new Android project with a given name by you in side panel called Eclipse File Explorer. In this section, we will be familiar with different…
Creating new Android Project in Eclipse
The most amazing thing about any IDE is that it provides all the required files when we create any project in any platform. The case is the same for Android…
Is .NET a clone of JAVA?
I have seen this question arise a lot in the discussion which often turns into battle field for the developer community. Many believe that .net is a clone of Java.…