Archives 

Show All

  • 2009
  • 2008
    • July
    • April
    • March
      • Java Virtual Machine
        03/25/08
        What is JVM(Java Virtual Machine) and how it works??

        At the heart of the Java platform lies the Java Virtual Machine, or JVM. Most programming languages compile source code directly into machine code, suitable for execution on a particular microprocessor architecture. The difference with

      • XML
        03/17/08
        XML

        Short for Extensible Markup Language, a specification developed by the World Wide Web Consortium (W3C). XML is a pared-down version of SGML, designed especially for Web documents. It allows designers to create their own customized tags, enabling the definition, transmission,

      • Enterprise Java Beans (EJB)
        03/07/08
        Enterprise Java Beans (EJB)

        What is EJB?
        Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE). EJB technology enables rapid and simplified development of distributed, transactional, secure and portable app

      • Abstract class vs Interface
        03/05/08
        Abstract class vs Interface

        An abstract class can have shared state or functionality. An interface is only a promise to provide the state or functionality. A good abstract class will reduce the amount of code that has to be rewritten because it's functionality or state can b

    • January