SlideShare a Scribd company logo
1 of 19
MyExamCloud
JDK Alpha-beta version
1995
© EPractize Labs Software. All rights reserved
It consisted of an unstable API.
It is not a stable version.
Oak changed to Java.
First stable version.
Access specifiers were added.
MyExamCloud
JDK 1.1
February 1997
© EPractize Labs Software. All rights reserved
Language changes: Inner
classes, JavaBeans.
Library Changes: AWT Event
changes, JDBC, and RMI( Remote
Method Invocation), JIT(Just In
Time compiler for Microsoft
Windows platforms).
MyExamCloud
J2SE 1.2 (Playground)
December 1998
© EPractize Labs Software. All rights reserved
Language Changes: the Strictfp keyword.
Library Changes: Swing as a new UI-System on top of AWT. JVM was added with JIT compiler, Java plugins, and
Java IDL (Technology for distributed objects, Similar to RMI but it can interact regardless of the objects written in
java or c or c++ or COBOL, etc).
MyExamCloud
J2SE 1.3 (Kestral)
May 2000
© EPractize Labs Software. All rights reserved
Platform changes: Hotspot JVM included. RMI was modified to be compatible with CORBA (Design specification
for ORB (Object Request Broker)).
Language changes: Java Naming and Directory interface added to the core libraries.
Library Changes: Java Platform Debugger Architecture (JPDA), Java Sound, and Synthetic Proxy classes got added.
MyExamCloud
J2SE 1.4 (Merlin)
May 2000
© EPractize Labs Software. All rights reserved
Language changes: The assert keyword.
Library changes: Regular expressions, Exception chaining, IPV6 support, Non-Blocking IO, Logging API, Image I/O
API, Integrated XML Parser, and XSLT(eXtensible Stylesheet Language Transformations) Processor, Integrated
security and also cryptography extensions(JCE, JSSE, JAAS), Java Web start included, java.util.prefs.
MyExamCloud
J2SE 6.0 (Tiger)
September 2004
© EPractize Labs Software. All rights reserved
Language changes: Generics, Annotations, enum types.var-args, enhanced for loops.
Library changes: Concurrent utilities in java.util.concurrent. Scanner class joins for parsing data thus from different
input streams and buffers.
MyExamCloud
Java SE 6 (Mustang)
December 2006
© EPractize Labs Software. All rights reserved
Scripting language support i.e., generic API for tight integration with scripting languages.
JDBC 4.0 support. Here, improvements to the existing libraries no extra language features adds up except
@Override.
MyExamCloud
Java SE 7 (Dolphin)
July 2011
© EPractize Labs Software. All rights reserved
Language changes: Project coin(Small changes/Enhancements and bug releases). Try-with-resources, the diamond
operator(“<TypeName>: to simplify the use of generics ”).
Library changes: A new Abstracted file-system API with support for virtual file systems. Improved concurrency
libraries and elliptic curve encryption.
Platform changes: Support for dynamic languages.
MyExamCloud
Java SE 8 (Spider)
March 2014
© EPractize Labs Software. All rights reserved
Language changes: Lambda expressions, Annotation on java types. Improvements or development in project coin.
Library changes: Improved Data and Time API.
MyExamCloud
Java SE 9
September 2017
© EPractize Labs Software. All rights reserved
Library changes: Java Platform Module System(jigsaw). Modularization of the platform makes the modules to replace
the messy classpath and modules with real dependency information.
MyExamCloud
Java SE 10
March 2018
© EPractize Labs Software. All rights reserved
Language changes: Local variable type inference(var keyword), Garbage Collector Interface.
MyExamCloud
Java SE 11
September 2018
© EPractize Labs Software. All rights reserved
Language Changes: The Local variable syntax adds up for lambda parameters.
Library changes: JEP 321 HTTP client standardized.
MyExamCloud
Java SE 12
March 2019
© EPractize Labs Software. All rights reserved
Language changes: It has enhanced Switch expressions for pattern matching. The new Syntax removes the need
for a break statement to prevent fall-throughs.
JVM Changes were also made.
MyExamCloud
Java SE 13
March 2019
© EPractize Labs Software. All rights reserved
Text Blocks, New methods in String class for text blocks. Switch Expression Enhancements. Reimplementation of
the socket API.
MyExamCloud
Java SE 14
March 2020
© EPractize Labs Software. All rights reserved
Switch Expressions (standard). Pattern Matching for instance-of. Helpful Null pointer Exceptions. Packaging tool,
NUMA-Aware memory allocation. JFR Event streaming.
MyExamCloud
Java SE 15
September 2020
© EPractize Labs Software. All rights reserved
Edwards-Curve Digital Signature Algorithm(EdDSA), Sealed classes, Hidden classes, also Remove the Nashorn
JavaScript Engine. A Scalable Low Latency Garbage Collector, Foreign Memory Access API.
MyExamCloud
Java SE 16
March 2021
© EPractize Labs Software. All rights reserved
Vector API, Enable C++14 language features, Migrate from Mercurial to Git, Concurrent Thread-stack processing,
Elastic Metaspace.
MyExamCloud
Java SE 17
September 2021
© EPractize Labs Software. All rights reserved
Vector API, Enable C++14 language features, Migrate from Mercurial to Git, Concurrent Thread-stack processing,
Elastic Metaspace.
MyExamCloud
Java Certification Coures
Visit official page of MyExamCloud Java Certification Courses
https://www.myexamcloud.com/onlineexam/javacertification.courses
MyExamCloud Study Plan
© EPractize Labs Software. All rights reserved

More Related Content

Similar to Java History - MyExamCloud Presentation

Classes and Objects
Classes and ObjectsClasses and Objects
Classes and ObjectsPrabu U
 
What's New in IBM Java 8 SE?
What's New in IBM Java 8 SE?What's New in IBM Java 8 SE?
What's New in IBM Java 8 SE?Tim Ellison
 
55 New Features in Java SE 8
55 New Features in Java SE 855 New Features in Java SE 8
55 New Features in Java SE 8Simon Ritter
 
JDK 9: 55 New Features
JDK 9: 55 New FeaturesJDK 9: 55 New Features
JDK 9: 55 New FeaturesSimon Ritter
 
Java dev mar_2021_keynote
Java dev mar_2021_keynoteJava dev mar_2021_keynote
Java dev mar_2021_keynoteSuyash Joshi
 
Java New Evolution
Java New EvolutionJava New Evolution
Java New EvolutionAllan Huang
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFrançois Le Droff
 
What Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouWhat Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouJohn Pape
 
What's new in Java 8
What's new in Java 8What's new in Java 8
What's new in Java 8jclingan
 

Similar to Java History - MyExamCloud Presentation (20)

Classes and Objects
Classes and ObjectsClasses and Objects
Classes and Objects
 
Tech Days 2010
Tech  Days 2010Tech  Days 2010
Tech Days 2010
 
JDK 10 Java Module System
JDK 10 Java Module SystemJDK 10 Java Module System
JDK 10 Java Module System
 
What's New in IBM Java 8 SE?
What's New in IBM Java 8 SE?What's New in IBM Java 8 SE?
What's New in IBM Java 8 SE?
 
Introducing Java 7
Introducing Java 7Introducing Java 7
Introducing Java 7
 
55 New Features in Java SE 8
55 New Features in Java SE 855 New Features in Java SE 8
55 New Features in Java SE 8
 
JDK 9: 55 New Features
JDK 9: 55 New FeaturesJDK 9: 55 New Features
JDK 9: 55 New Features
 
Java dev mar_2021_keynote
Java dev mar_2021_keynoteJava dev mar_2021_keynote
Java dev mar_2021_keynote
 
Java se7 features
Java se7 featuresJava se7 features
Java se7 features
 
GlassFish and JavaEE, Today and Future
GlassFish and JavaEE, Today and FutureGlassFish and JavaEE, Today and Future
GlassFish and JavaEE, Today and Future
 
Java 5
Java 5Java 5
Java 5
 
Java New Evolution
Java New EvolutionJava New Evolution
Java New Evolution
 
Evolution of java
Evolution of javaEvolution of java
Evolution of java
 
Java SE 8
Java SE 8Java SE 8
Java SE 8
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
 
What Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouWhat Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell You
 
Java 8
Java 8Java 8
Java 8
 
What's new in Java 8
What's new in Java 8What's new in Java 8
What's new in Java 8
 
Os Mcmahan
Os McmahanOs Mcmahan
Os Mcmahan
 
Presentation on Java Basic
Presentation on Java BasicPresentation on Java Basic
Presentation on Java Basic
 

Recently uploaded

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 

Recently uploaded (20)

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 

Java History - MyExamCloud Presentation

  • 1. MyExamCloud JDK Alpha-beta version 1995 © EPractize Labs Software. All rights reserved It consisted of an unstable API. It is not a stable version. Oak changed to Java. First stable version. Access specifiers were added.
  • 2. MyExamCloud JDK 1.1 February 1997 © EPractize Labs Software. All rights reserved Language changes: Inner classes, JavaBeans. Library Changes: AWT Event changes, JDBC, and RMI( Remote Method Invocation), JIT(Just In Time compiler for Microsoft Windows platforms).
  • 3. MyExamCloud J2SE 1.2 (Playground) December 1998 © EPractize Labs Software. All rights reserved Language Changes: the Strictfp keyword. Library Changes: Swing as a new UI-System on top of AWT. JVM was added with JIT compiler, Java plugins, and Java IDL (Technology for distributed objects, Similar to RMI but it can interact regardless of the objects written in java or c or c++ or COBOL, etc).
  • 4. MyExamCloud J2SE 1.3 (Kestral) May 2000 © EPractize Labs Software. All rights reserved Platform changes: Hotspot JVM included. RMI was modified to be compatible with CORBA (Design specification for ORB (Object Request Broker)). Language changes: Java Naming and Directory interface added to the core libraries. Library Changes: Java Platform Debugger Architecture (JPDA), Java Sound, and Synthetic Proxy classes got added.
  • 5. MyExamCloud J2SE 1.4 (Merlin) May 2000 © EPractize Labs Software. All rights reserved Language changes: The assert keyword. Library changes: Regular expressions, Exception chaining, IPV6 support, Non-Blocking IO, Logging API, Image I/O API, Integrated XML Parser, and XSLT(eXtensible Stylesheet Language Transformations) Processor, Integrated security and also cryptography extensions(JCE, JSSE, JAAS), Java Web start included, java.util.prefs.
  • 6. MyExamCloud J2SE 6.0 (Tiger) September 2004 © EPractize Labs Software. All rights reserved Language changes: Generics, Annotations, enum types.var-args, enhanced for loops. Library changes: Concurrent utilities in java.util.concurrent. Scanner class joins for parsing data thus from different input streams and buffers.
  • 7. MyExamCloud Java SE 6 (Mustang) December 2006 © EPractize Labs Software. All rights reserved Scripting language support i.e., generic API for tight integration with scripting languages. JDBC 4.0 support. Here, improvements to the existing libraries no extra language features adds up except @Override.
  • 8. MyExamCloud Java SE 7 (Dolphin) July 2011 © EPractize Labs Software. All rights reserved Language changes: Project coin(Small changes/Enhancements and bug releases). Try-with-resources, the diamond operator(“<TypeName>: to simplify the use of generics ”). Library changes: A new Abstracted file-system API with support for virtual file systems. Improved concurrency libraries and elliptic curve encryption. Platform changes: Support for dynamic languages.
  • 9. MyExamCloud Java SE 8 (Spider) March 2014 © EPractize Labs Software. All rights reserved Language changes: Lambda expressions, Annotation on java types. Improvements or development in project coin. Library changes: Improved Data and Time API.
  • 10. MyExamCloud Java SE 9 September 2017 © EPractize Labs Software. All rights reserved Library changes: Java Platform Module System(jigsaw). Modularization of the platform makes the modules to replace the messy classpath and modules with real dependency information.
  • 11. MyExamCloud Java SE 10 March 2018 © EPractize Labs Software. All rights reserved Language changes: Local variable type inference(var keyword), Garbage Collector Interface.
  • 12. MyExamCloud Java SE 11 September 2018 © EPractize Labs Software. All rights reserved Language Changes: The Local variable syntax adds up for lambda parameters. Library changes: JEP 321 HTTP client standardized.
  • 13. MyExamCloud Java SE 12 March 2019 © EPractize Labs Software. All rights reserved Language changes: It has enhanced Switch expressions for pattern matching. The new Syntax removes the need for a break statement to prevent fall-throughs. JVM Changes were also made.
  • 14. MyExamCloud Java SE 13 March 2019 © EPractize Labs Software. All rights reserved Text Blocks, New methods in String class for text blocks. Switch Expression Enhancements. Reimplementation of the socket API.
  • 15. MyExamCloud Java SE 14 March 2020 © EPractize Labs Software. All rights reserved Switch Expressions (standard). Pattern Matching for instance-of. Helpful Null pointer Exceptions. Packaging tool, NUMA-Aware memory allocation. JFR Event streaming.
  • 16. MyExamCloud Java SE 15 September 2020 © EPractize Labs Software. All rights reserved Edwards-Curve Digital Signature Algorithm(EdDSA), Sealed classes, Hidden classes, also Remove the Nashorn JavaScript Engine. A Scalable Low Latency Garbage Collector, Foreign Memory Access API.
  • 17. MyExamCloud Java SE 16 March 2021 © EPractize Labs Software. All rights reserved Vector API, Enable C++14 language features, Migrate from Mercurial to Git, Concurrent Thread-stack processing, Elastic Metaspace.
  • 18. MyExamCloud Java SE 17 September 2021 © EPractize Labs Software. All rights reserved Vector API, Enable C++14 language features, Migrate from Mercurial to Git, Concurrent Thread-stack processing, Elastic Metaspace.
  • 19. MyExamCloud Java Certification Coures Visit official page of MyExamCloud Java Certification Courses https://www.myexamcloud.com/onlineexam/javacertification.courses MyExamCloud Study Plan © EPractize Labs Software. All rights reserved