J2EE JavaMail
J2EE JavaMail Abstract: The Java Mail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE...
J2EE JavaMail Abstract: The Java Mail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE...
Enterprise JavaBeans (EJB) Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications. The EJB specification is one of several Java APIs in the Java EE specification. EJB is...
Java Server Pages Java Server Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 as Sun’s answer...
Servlet Programming As soon as the Web began to be used for delivering services, service providers recognized the need for dynamic content. Applets, one of the earliest attempts towards this goal, focused on using...
Core java Design Pattern Abstract: “Pattern” as the name suggests, means series of events occurring in a definite order. The patterns can be found in Java and J2ee technologies also. Many times, we find...
What is Network Programming? Communication Protocol What do we mean by Domain name? What are the Socket Classes? Developing Socket Programming Socket Programming Example Steps to Compile and Run the Server and Client What...
What is RMI? What is CORBA? Developing RMI Application Steps to Compile, Run RMIServer and RMIClient RMI Example What is RMI? RMI is the simplest and fastest way to implement a distributed object architecture...
What is Applet? Applet Tag Applet Security Applet Life Cycle Applet Examples What is Applet? What is an Applet? According to Sun “An applet is a small program that is intended not to be...
JFC Overview (JFC pronounced as Swing) Swing Packages Overview Component Hierarchy Understanding JPanel, Icon, JLabel, JButton,JTabbedPane, JMenu, PopMenu,Toolbar etc. With Example JFC Overview (JFC pronounced as Swing) Sun Microsystems is leveraging the technology of...
What is an Event? Event Class Event Handling Component class AWT Package Layout Managers The Container, Panel, Window, and Frame Classes Overview of the Delegation Model Event Hierarchy What is an Event? Windows’ Response...
Recent Comments