Java
Difference Between Java and JavaScript
JavaScript can be used to do neat things like creating animation in HTML. ... JavaScript code is run on a browser only, while Java creates application...
Difference Between JRE and SDK
The Java SDK or Software Development Kit is a package that is meant to hold all the necessary tools needed to create programs in the Java programming ...
Difference Between JDK 1.5 and JDK 1.6
Upgrading to JDK 1.6 from JDK 1.5 comes with benefits such as JavaScript that is integrated and included in the entire platform, complete lightweight ...
Difference Between the Jscripts and Java Scripts
JavaScript is a lightweight programming language(“scripting language”) and used to make web pages interactive. It can insert dynamic text into HTML. J...
Difference between Java 7 and Java 8
Java 7 brings JVM support for dynamically-typed languages plus Type Interference for Generic Instance creation. Java 8 brings the most anticipated fea...
Difference Between Java and Core Java
Core Java is a term used by Sun Microsystems to refer to the Java to standard edition J2SE. This is the parent of all other editions of Java....Relate...
Difference Between Java and J2EE
Java EE stands for Java enterprise edition for applications which run on servers, for example web sites. Java is OOP language. ... J2EE is a set of sp...
Difference Between JDBC Statement and PreparedStatement
Statement is used for executing a static SQL statement in java JDBC. PreparedStatement is used for executing a precompiled SQL statement in java JDBC....
Difference Between ADF and JSF
The term ADF has become a synonym for declarative Java and Java EE development in Oracle JDeveloper. ... JavaServer Faces (JSF) is a new standard Java...