Java Software Development Tutorials and Videos

Autoboxing in Java

Autoboxing introduced in Java 5 enables to use the Wrapper Objects directly as primitive data types when it comes to using them with different operators. Autoboxing helps in extra lines of code of unwrapping and wrapping operations to work with the expressions. In this video tutorial i have demonstrated how …

Java EE 7 Recipes for Concurrency and Messaging

The Java EE 7 release brings forth some significant improvements and new features. JMS 2.0 incorporates many improvements, which enables increased developer productivity and ease of use. The addition of Concurrency Utilities for Java EE provides a standardized means for implementing multiple tasks within an enterprise environment. This presentation covers …