<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Scala on PG Blog</title><link>https://pg-blogs.netlify.app/tags/scala/</link><description>Recent content in Scala on PG Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 06 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pg-blogs.netlify.app/tags/scala/index.xml" rel="self" type="application/rss+xml"/><item><title>Java and the JVM Ecosystem: Kotlin, Scala, and Beyond</title><link>https://pg-blogs.netlify.app/posts/3-java-and-the-jvm-ecosystem/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://pg-blogs.netlify.app/posts/3-java-and-the-jvm-ecosystem/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Java is often discussed as a single programming language.&lt;/p&gt;
&lt;p&gt;In reality, Java is part of something much larger: the &lt;strong&gt;Java Virtual Machine (JVM) ecosystem&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The JVM has become a powerful runtime for multiple languages, each solving different problems while sharing the same platform.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-makes-the-jvm-special"&gt;What Makes the JVM Special&lt;/h2&gt;
&lt;p&gt;The JVM provides:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Platform independence&lt;/li&gt;
&lt;li&gt;Automatic memory management&lt;/li&gt;
&lt;li&gt;Just-in-time compilation&lt;/li&gt;
&lt;li&gt;Mature tooling and debuggers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Languages built on the JVM inherit these benefits without needing to reimplement them.&lt;/p&gt;</description></item></channel></rss>