Category: Java

Java

For Loop in Java-5

[/b][/u] Introduction: In this I will discuss about for-loop, which is enhanced in Java 5. It is very useful to display elements of array/collections. Software and version used in this are: For Loop in Java 5  

Enum in Java-5

Introduction: In this I will discuss about Enum, which is new feature of Java 5. It used when we want to assign value of variable from a set of values. Software and version used in this are: Jdk1.5.0 Notepad /…

EJB and RMI-1

EJB and RMI RMI and EJB offer technology for the development, installation, and management of distributed Java applications in the enterprise, Java developers frequently ask whether one is a better option than the other for their given architectures. This article…

JSP Model

JSP Model 1 and Model 2 Architecture The early JSP specifications presented two approaches for building web applications using JSP technology. These two approaches were described in the specification as JSP Model 1 and Model 2 architectures. Although the terms are…

Applet to Applet Communication

Applet to Applet Communication The AppletContext class in the java.applet package contains the two member methods getApplet and getApplets. By using those methods, an applet can find other applets and invoke methods on them. That can only be done if the following…

Back to top