Latest

  • Java Server Pages

    · JSP Directives: Page Directive: Define & manipulate a number of important page dependent attributes that affect the whole JSP, & communications these attributes to…

  • Enterprise Java Beans

    EJB architecture: is a component architecture for the development and deployment of component-based distributed business applications. An application written using the Enterprise JavaBeans architecture is…

  • java.util

    Collection vs List vs Map vs Set Collection List Map Set Duplicate Elements Duplicate Elements No Duplicate Keys No Duplicate Elements Extends Collection Each key…

  • java.thread

    Definition A thread is a single sequential flow of control within a program. Runnable is implemented by class Thread. Being active simply means that a…