J2EE Interviews Question page9,J2EE Interviews Guide,J2EE Interviews

This page discusses - J2EE Interviews Question page9,J2EE Interviews Guide,J2EE Interviews

J2EE Interviews Question page9,J2EE Interviews Guide,J2EE Interviews

J2EE Interviews Question page9

     

  1. What is J2EE server ?
    The runtime portion of a J2EE product. A J2EE server provides EJB or Web containers or both.
      
  2. What is J2ME ?
    Abbreviate of Java 2 Platform, Micro Edition.
      
  3. What is J2SE ?
    Abbreviate of Java 2 Platform, Standard Edition.
     
  4. What is JAR ?
    Java archive. A platform-independent file format that permits many files to be aggregated into one file.
       
  5. What is Java 2 Platform, Enterprise Edition (J2EE) ?
    An environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multitiered, Web-based applications.
      
  6. What is Java 2 Platform, Micro Edition (J2ME) ?
    A highly optimized Java runtime environment targeting a wide range of consumer products, including pagers, cellular phones, screen phones, digital set-top boxes, and car navigation systems.
      
  7. What is Java 2 Platform, Standard Edition (J2SE) ?
    The core Java technology platform.
       
  8. What is Java API for XML Processing (JAXP) ?
    An API for processing XML documents. JAXP leverages the parser standards SAX and DOM so that you can choose to parse your data as a stream of events or to build a tree-structured representation of it. JAXP supports the XSLT standard, giving you control over the presentation of the data and enabling you to convert the data to other XML documents or to other formats, such as HTML. JAXP provides namespace support, allowing you to work with schema that might otherwise have naming conflicts.
       
  9. What is Java API for XML Registries (JAXR) ?
    An API for accessing various kinds of XML registries.
      
  10. What is Java API for XML-based RPC (JAX-RPC) ?
    An API for building Web services and clients that use remote procedure calls and XML.
       
  11. What is Java IDL ?
    A technology that provides CORBA interoperability and connectivity capabilities for the J2EE platform. These capabilities enable J2EE applications to invoke operations on remote network services using the Object Management Group IDL and IIOP.