May 11, 2024
3 minute read
Java SE 11 is the latest version of the Java Standard Edition platform, which is widely used for developing a variety of applications, including enterprise software, web applications, and mobile apps. Java SE 11 offers a number of new features and enhancements, including:
New Features in Java SE 11
Some of the key new features introduced in Java SE 11 include:
-
Local-Variable Type Inference (Var): Allows you to declare local variables without specifying their type, as the compiler can infer the type based on the assigned value.
-
Nest-Based Access Control: Provides more granular control over access to nested classes and methods.
-
String Concatenation with JShell: Simplifies string concatenation by providing a more convenient syntax.
-
JShell Enhancements: Improves the interactive Java shell with features like multiline editing and tab completion.
-
GraalVM Native Image Support: Enables compilation of Java applications into native executables for improved performance.
pckt06|
Find a path to becoming a Java SE 11. Learn more at:
OpenCourser.com/topic/pckt06/java
Reading list
We've selected ten books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
Java SE 11.
Provides a comprehensive guide to the Java programming language, written by the authors of the language.
Provides a comprehensive study guide for the Java SE 11 Programmer I & II certification exams.
Provides a comprehensive guide to writing effective Java code.
Provides a comprehensive guide to writing concurrent Java code.
Provides a comprehensive guide to the Java 8 programming language.
Provides a comprehensive introduction to the Java programming language.
Provides a comprehensive reference to the Java programming language.
Provides a comprehensive guide to the JAX-RS 2.0 API for building RESTful web services in Java.
Provides a comprehensive guide to the Java 9 modularity system.
Provides a fun and engaging introduction to the Java programming language.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/pckt06/java