<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Features Archives - A N M Bazlur Rahman</title>
	<atom:link href="https://bazlur.ca/tag/java-features/feed/" rel="self" type="application/rss+xml" />
	<link>https://bazlur.ca/tag/java-features/</link>
	<description>Java Champion 🏆 Empowering Developers through Speaking 🗣️ Writing ✍️ Mentoring 🤝 &#38; Community Building 🌍 Published Author 📖 Contributing Editor at InfoQ and Foojay.IO</description>
	<lastBuildDate>Wed, 30 Oct 2024 15:10:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://i0.wp.com/bazlur.ca/wp-content/uploads/2022/07/cropped-klara-and-sun.jpeg?fit=32%2C32&#038;ssl=1</url>
	<title>Java Features Archives - A N M Bazlur Rahman</title>
	<link>https://bazlur.ca/tag/java-features/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">207159250</site>	<item>
		<title>Java Tips # 01 &#8211;  Writing Shebang Scripts in Pure Java</title>
		<link>https://bazlur.ca/2024/10/27/java-tips-01-writing-shebang-scripts-in-pure-java/</link>
					<comments>https://bazlur.ca/2024/10/27/java-tips-01-writing-shebang-scripts-in-pure-java/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sun, 27 Oct 2024 06:15:13 +0000</pubDate>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Beginner]]></category>
		<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Bash alternative]]></category>
		<category><![CDATA[CLI script]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Dark mode]]></category>
		<category><![CDATA[Developer tools]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java 11]]></category>
		<category><![CDATA[Java 21]]></category>
		<category><![CDATA[Java CLI]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Java execution]]></category>
		<category><![CDATA[Java Features]]></category>
		<category><![CDATA[Java scripting]]></category>
		<category><![CDATA[Java shebang]]></category>
		<category><![CDATA[Java shell script]]></category>
		<category><![CDATA[Java tips]]></category>
		<category><![CDATA[Java tricks]]></category>
		<category><![CDATA[Java tutorial]]></category>
		<category><![CDATA[Shebang]]></category>
		<category><![CDATA[Terminal script]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113720</guid>

					<description><![CDATA[<p>Did you know you can write a CLI script in Java just as easily as you would in a bash script, and run it directly from the shell? This is commonly called a shebang script, though we are mostly familiar with writing them in bash. Bash scripts are great, but they can be obscure to ... <a title="Java Tips # 01 &#8211;  Writing Shebang Scripts in Pure Java" class="read-more" href="https://bazlur.ca/2024/10/27/java-tips-01-writing-shebang-scripts-in-pure-java/" aria-label="Read more about Java Tips # 01 &#8211;  Writing Shebang Scripts in Pure Java">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2024/10/27/java-tips-01-writing-shebang-scripts-in-pure-java/">Java Tips # 01 &#8211;  Writing Shebang Scripts in Pure Java</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2024/10/27/java-tips-01-writing-shebang-scripts-in-pure-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113720</post-id>	</item>
		<item>
		<title>Exploring New Features in JDK 23: Simplifying Java with Primitive Type Patterns with JEP 455</title>
		<link>https://bazlur.ca/2024/06/01/exploring-new-features-in-jdk-23-simplifying-java-with-primitive-type-patterns-with-jep-455/</link>
					<comments>https://bazlur.ca/2024/06/01/exploring-new-features-in-jdk-23-simplifying-java-with-primitive-type-patterns-with-jep-455/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sat, 01 Jun 2024 09:38:46 +0000</pubDate>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code efficiency]]></category>
		<category><![CDATA[CODE READABILITY]]></category>
		<category><![CDATA[coding best practices]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Java enhancements]]></category>
		<category><![CDATA[Java Features]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[jep 455]]></category>
		<category><![CDATA[Modern Java]]></category>
		<category><![CDATA[order processing]]></category>
		<category><![CDATA[primitive type]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Sure! Here are some tags for your article: Java]]></category>
		<category><![CDATA[switch expressions]]></category>
		<category><![CDATA[switch pattern]]></category>
		<category><![CDATA[switch statement]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=102652</guid>

					<description><![CDATA[<p>Java continues to evolve, introducing features that streamline coding practices and improve readability. JEP 455 is one such proposal that enhances the switch statement, making it more versatile and expressive. This article delves into how JEP 455 can be utilized to handle complex decision-making scenarios more efficiently. We&#8217;ll examine a practical example to illustrate the ... <a title="Exploring New Features in JDK 23: Simplifying Java with Primitive Type Patterns with JEP 455" class="read-more" href="https://bazlur.ca/2024/06/01/exploring-new-features-in-jdk-23-simplifying-java-with-primitive-type-patterns-with-jep-455/" aria-label="Read more about Exploring New Features in JDK 23: Simplifying Java with Primitive Type Patterns with JEP 455">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2024/06/01/exploring-new-features-in-jdk-23-simplifying-java-with-primitive-type-patterns-with-jep-455/">Exploring New Features in JDK 23: Simplifying Java with Primitive Type Patterns with JEP 455</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2024/06/01/exploring-new-features-in-jdk-23-simplifying-java-with-primitive-type-patterns-with-jep-455/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">102652</post-id>	</item>
		<item>
		<title>The Evolution of Java: Challenging Stereotypes and Embracing Modernity</title>
		<link>https://bazlur.ca/2023/07/07/the-evolution-of-java-challenging-stereotypes-and-embracing-modernity/</link>
					<comments>https://bazlur.ca/2023/07/07/the-evolution-of-java-challenging-stereotypes-and-embracing-modernity/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 07 Jul 2023 16:15:56 +0000</pubDate>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[future of Java]]></category>
		<category><![CDATA[Java Concurrency]]></category>
		<category><![CDATA[Java Evolution]]></category>
		<category><![CDATA[Java Features]]></category>
		<category><![CDATA[Java Pattern Matching]]></category>
		<category><![CDATA[Java Performance]]></category>
		<category><![CDATA[java records]]></category>
		<category><![CDATA[Java Stereotypes]]></category>
		<category><![CDATA[Modern Java]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Sealed Classes]]></category>
		<category><![CDATA[software development]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=98979</guid>

					<description><![CDATA[<p>Dive into the modern evolution of Java, challenging stereotypes and showcasing its transformative features. Discover how Java is becoming more versatile, expressive, and future-ready than ever before.</p>
<p>The post <a href="https://bazlur.ca/2023/07/07/the-evolution-of-java-challenging-stereotypes-and-embracing-modernity/">The Evolution of Java: Challenging Stereotypes and Embracing Modernity</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/07/07/the-evolution-of-java-challenging-stereotypes-and-embracing-modernity/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98979</post-id>	</item>
	</channel>
</rss>
