Important Abbreviations used in Java/J2EE
Hi Everyone, in this blog post, I am mentioning about the important abbreviations used in Java, J2EE and other related services. Java JDK - Stands for Java Development Kit . JDK contains software development tools which are used to compile and run java programs. Different versions of JDK are JDK 1.4, 1.5, 1.6. JRE - Stands for Java Runtime Environment . JRE is used as a interpreter of byte code to machine code. JVM - Stands for Java Virtual Machine . JVM is used to compile the Java program which converts source code to byte code. Web Development HTML - Hyper Text Markup Language . Main markup language for creating web pages. XML - eXtensible Markup Language. XML is a markup language that defines a set of rules for encoding documents in a format. CSS - Cascading Style Sheets. Style sheet language used for describing the presentation semantics of a document written in a markup language. DHTML - Dynamic HTML. DHTML is a collection of technologies used together to...