Apache is used to run nearly half the websites on the internet. This section is for articles on configuring Apache server, clustering Apache instances etc.
Here you can see solutions to some classic problems in computer science and implementations of algorithms in Java language.
Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. Here we present some articles on JEE APIs such as JMS, JMX, EJB, JNDI.
In Computer Science, synchronization refers to relationships among events. For example:
Prior to JDK 5, Java’s support for synchronization was based on implicit locks by the use of synchronized keyword. This article introduces explicit locks introduced in JDK 5.