A simple method to view the content of a .jar file: firstly rename it in .zip file and open it. If you want to see the content of java programs compiled... Read more
FindBugs is a static analysis tool that examines the classes in search of potential problems during development, providing a powerful code auditing feature.... Read more
I can not download java ... I still have the same error that appears the following: (download failed: from=http://javadl-alt.sun.com/u/ESD6/JSCDL/jdk/6u16... Read more
An applet is a program written in the Java programming language that can be induced in an HTML page, in the same way an image is included in a page. Applets... Read more
RMI (Remote Method Invocation) is a Java API for manipulating remote objects (e.g an object instantiated on another virtual machine, possibly on another... Read more
Install JDK 1.4 or JDK 1.5. Download version 3 from hibernate.org Reference the Hibernate jars in the classpath. Define the Hibernate configuration file... Read more
The Tag Libraries/JSP Tag Libraries have been developed to be integrated and used in JSP pages of a J2EE application. A Taglib will run a series of actions... Read more
The RMI architecture is outlined below: When an instantiated object located on a client, wishes to access the methods of a remote object, it performs the... Read more
Hibernate is a layer residing in the JVM to ensure the mapping Hidden Java objects in the JVM of (relational or data model). Hibernate also ensures the... Read more
The concept of accessibility (usually called encapsulation) defines the ability of the designer of a class to restrict access to certain data, or more... Read more
The StrutsTestCase testing framework of Java JEE applications is an extension of the standard JUnit testing framework. The legacy of the TestCase class... Read more
When programming in Java you will create classes. However, since a program is usually developed by a team of programmers, that is to say, many people,... Read more
The Java Development Kit, commonly known as JDK, is the basic development kit offered (free) by Oracle Corporation. The SDK contains several tools,... Read more
An object is an instance of a class, thus the creation of an object is done using the constructor of this class. This is achieved using the using the "new"... Read more
Java language is an object oriented language. The "object-oriented language" term is more than just a name to designate the type of language, it is actually... Read more
The concept of inheritance is one of the most important concepts of object-oriented programming, because it determines the way in which a Java code is... Read more
The "Java Framework" (Java 2 Platform) is composed of three editions, each desgined for different purposes: J2ME: Java 2 Micro Edition is intended for... Read more
The integration phase can reveal errors and incompatibilities of different parts of a project, made by each developer on the team. Cruise Control is a... Read more
The basic concept of Web Services revolves around the three following acronyms: SOAP (Simple Object Access Protocol): It is an inter-exchange protocol,... Read more