Related Content
New JVM Features in JDK 11 Java SE 11 is a recent LTS (Long Term Support) version of Java. Java 11 has introduced several other (non-language features), some of which we’ll discuss in this article. |
||
New JVM and Other Libs Features in Java 15 Each new version of the OpenJDK (Java Developer Kit) includes some language features and some non-language JVM (Java Virtual Machine), core-libs, and other libs-related features. Here, we’ll discuss some of the non-language new features in the upcoming OpenJDK 15. |
||
Records in Java 14 for Concise Data Carriers In this article, we explore a preview language feature in Java 14 that improves the design of data carriers, making them simple, concise, and agile. |
||
Pattern Matching in Java 14 Adds Simplicity In this article, we discuss a Java feature created to make Java easier, the instanceof operator, which is used to test if an object is a certain type. |
||
Choosing the Right JavaScript Framework in 2020 There’s one thing that most developers often get confused with while using JavaScript—selecting the best JavaScript Framework. Let's discuss selecting the best JavaScript framework to use in your web app.
|
||
New Features in JavaScript Here we’ll explore the new features in the most recent version, ECMAScript 2020, which is the 11th edition of the ECMAScript Language Specification.
|
||
The Future of Micronaut As many of us in the development community know, Micronaut® is a free and open public-use software development framework that is used to build modular, easily-testable microservice and serverless applications. |
||
Comparing PHP and JavaScript PHP and JavaScript are both scripting languages ranked in the top 10 in the TIOBE index. A scripting language is a special-purpose programming language that is used for automating tasks. PHP is designed to be a server-side scripting language, while JavaScript is mainly used for client-side scripting |