Openfire 5.0.0 Beta Released – Open-Source – Java XMPP/Jabber Server

It is exciting to be able to announce the immediate availability of the beta release of Openfire 5.0.0! In this release, we have addressed approximately 125 issues! I’ll reserve the details for a blog post on the 5.0.0 (non-beta) release, but some of the… Read more

Similar

Java 16 released: new features

These notes describe important changes, enhancements, removed APIs and features, deprecated APIs and features, and other information about JDK 16 and Java SE 16. In some cases, the descriptions provide links to additional detailed information about an iss... (more…)

Read more »

Java Array

We know that variables are used to store data in a Java program. We also know that each variable can store not more than one data item. So, what do we do if we need to store a large number of data items, say 50. Well, we can use 50 variables, one for each... (more…)

Read more »