Thursday, July 21, 2016

Java version history from 1.4 to 1.8




1) Java 4 Features :
The important feature of J2SE 4 is assertions. It is used for testing.


  • Assertion (Java 4)




2) Java 5 Features :
The important features of J2SE 5 are generics and assertions. Others are autoboxing, enum, var-args, static import, for-each loop (enhanced for loop etc.


  • For-each loop (Java 5)
  • Varargs (Java 5)
  • Static Import (Java 5)
  • Autoboxing and Unboxing (Java 5)
  • Enum (Java 5)
  • Covariant Return Type (Java 5)
  • Annotation (Java 5)
  • Generics (Java 5)



How to build an AI Agent

  Agents are the most valuable skill in AI and product right now. So why not build one? Here's how: ๐’๐ญ๐ž๐ฉ ๐Ÿ: ๐ƒ๐ž๐Ÿ๐ข๐ง๐ž ๐š ๐ฌ๐ฒ๐ฌ...