Secure Coding Guidelines for Java [video]

Gain an overview of the Secure Coding Guidelines for Java SE. In this session, we give examples of insecure practices that may lead to security vulnerabiliti… Read more

Similar

25th Anniversary of Java 1.0

On January 23rd, 1996, Sun Microsystems announced the availability of Java 1.0, an object oriented, platform neutral programming language. The fact that it was released as a freely available language and compiler for multiple platforms, coupled with it... (more…)

Read more »

Java – Type Casting

The type casting is a method of converting the value of one data type to another data type. It is also known as type conversion. In Java, there are several kinds of conversions. However, in this tutorial we will focus only on two major types. (more…)

Read more »