﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=aman-gupta34" rel="self" type="application/rss+xml" /><item><title>Java 23: The Latest Features and Improvements</title><description>This latest release introduces updates in pattern matching, memory management, and enhanced API functionalities. Java 23 simplifies coding tasks, boosts efficiency, and strengthens application stabili</description><link>https://www.c-sharpcorner.com/article/java-23-the-latest-features-and-improvements/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-23-the-latest-features-and-improvements/</guid><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Power of Web APIs: 12 Essential APIs for Java Developers</title><description>Staying updated with essential web APIs is vital for developers to build efficient, scalable, and user-friendly applications. This article explores key APIs, including Geolocation, Web Workers, and We</description><link>https://www.c-sharpcorner.com/article/power-of-web-apis-12-essential-apis-for-java-developers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/power-of-web-apis-12-essential-apis-for-java-developers/</guid><pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Differences in Span&lt;T&gt; and List&lt;T&gt;</title><description>This content explores the key differences between Span&amp;lt;T&amp;gt; and List&amp;lt;T&amp;gt; in C#. It covers aspects such as memory management, performance implications, and usage scenarios.</description><link>https://www.c-sharpcorner.com/blogs/differences-in-spant-and-listt</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/differences-in-spant-and-listt</guid><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Application State vs Session State in Java</title><description>State management in Java is vital for web applications, categorizing data into Application State and Session State. Application State shares data globally across users, ideal for configurations and ca</description><link>https://www.c-sharpcorner.com/article/application-state-vs-session-state-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/application-state-vs-session-state-in-java/</guid><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Setting Up Kafka In Local using Docker</title><description>Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.</description><link>https://www.c-sharpcorner.com/article/setting-up-kafka-in-local-using-docker/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/setting-up-kafka-in-local-using-docker/</guid><pubDate>Fri, 27 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Kafka Terminologies and Client APIs</title><description>Explore key Kafka terminologies like brokers, topics, partitions, and offsets, along with an overview of its core client APIs. Learn how the Producer, Consumer, Streams, and Connect APIs enable powerf</description><link>https://www.c-sharpcorner.com/article/kafka-terminologies-and-client-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/kafka-terminologies-and-client-apis/</guid><pubDate>Thu, 12 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Getting Started With Apache Kafka: Introductory Guide</title><description>Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin</description><link>https://www.c-sharpcorner.com/article/getting-started-with-kafka/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-kafka/</guid><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Virtual Threads in Java JDK</title><description>Java Virtual Threads, introduced in Project Loom, offer a lightweight alternative to traditional platform threads by allowing the JVM to manage threads instead of the OS. This improves scalability and</description><link>https://www.c-sharpcorner.com/article/virtual-threads-in-java-jdk/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/virtual-threads-in-java-jdk/</guid><pubDate>Thu, 05 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Convert and Display Double Value as String in Java</title><description>This article explains how to convert a double to a String in Java, covering basic conversion, handling localization, formatting with decimal places, and ensuring compatibility with various locales.</description><link>https://www.c-sharpcorner.com/blogs/convert-and-display-double-value-as-string-in-java</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/convert-and-display-double-value-as-string-in-java</guid><pubDate>Wed, 04 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Centralizing String Utility Functions in C#</title><description>This article explains how to centralize string utility functions in C# by creating a dedicated class like `StringUtilities`. It enhances code maintainability, reusability, and organization, with examp</description><link>https://www.c-sharpcorner.com/blogs/centralizing-string-utility-functions-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/centralizing-string-utility-functions-in-c-sharp</guid><pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Document Upload in Java with Spring Boot</title><description>This article demonstrates how to implement a dynamic document upload feature in a Spring Boot Java application. It allows users to upload multiple files by dynamically adding or removing input fields.</description><link>https://www.c-sharpcorner.com/article/document-upload-in-java-with-spring-boot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/document-upload-in-java-with-spring-boot/</guid><pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Table Headings and Conditional Formatting for HTML Table</title><description>Learn techniques to align text in table headers, enhance table readability, and create dynamic, responsive designs. Perfect for web developers looking to improve table presentation and functionality.</description><link>https://www.c-sharpcorner.com/blogs/table-headings-and-conditional-formatting-for-html-table</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/table-headings-and-conditional-formatting-for-html-table</guid><pubDate>Thu, 29 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Passing Data to Java User Controls</title><description>Learn how to efficiently manage data flow between your application&amp;#39;s logic and user interface components, whether you&amp;#39;re working with Java Swing, JavaFX, or custom UI controls. Ideal for devel</description><link>https://www.c-sharpcorner.com/article/passing-data-to-java-user-controls-a-comprehensive-guide/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/passing-data-to-java-user-controls-a-comprehensive-guide/</guid><pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>How to Create a Dynamic Delete Modal in Java</title><description>This article guides you in creating a dynamic delete modal in Java. You&amp;#39;ll learn how to design a modal popup that adjusts its content based on the item to be deleted, pass item data using JavaScri</description><link>https://www.c-sharpcorner.com/article/how-to-create-a-dynamic-delete-modal-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-a-dynamic-delete-modal-in-java/</guid><pubDate>Tue, 27 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Building Dynamic Forms and Data Management in .NET Core</title><description>To handle dynamic views and data storage in a .NET Core sports project, create a flexible data model using key-value pairs or JSON columns for varying attributes. Dynamically generate forms based on s</description><link>https://www.c-sharpcorner.com/blogs/building-dynamic-forms-and-data-management-in-net-core</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/building-dynamic-forms-and-data-management-in-net-core</guid><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Centralize Modal Popups in .NET MVC to Simplify Code and Enhance</title><description>Learn how to centralize modal popups in .NET MVC to streamline your code and improve user experience. This guide covers best practices for managing modal dialogs, enhancing code reusability, and optim</description><link>https://www.c-sharpcorner.com/blogs/centralize-modal-popups-in-net-mvc-to-simplify-code-and-enhance</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/centralize-modal-popups-in-net-mvc-to-simplify-code-and-enhance</guid><pubDate>Sat, 24 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Prevent ASP.NET Session Fixation and Replay Attacks</title><description>This article addresses a common ASP.NET security issue where sessions remain valid after logout, allowing potential unauthorized access. It covers how to properly invalidate sessions on logout, regene</description><link>https://www.c-sharpcorner.com/blogs/prevent-asp-net-session-fixation-and-replay-attacks</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/prevent-asp-net-session-fixation-and-replay-attacks</guid><pubDate>Sat, 24 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Mapping with Conditional Display in a .NET MVC Application</title><description>Learn how to map resumes to multiple job openings in a .NET MVC application. This guide covers database design, including Job, Resume, and JobResumeMapping tables. It details how to associate resumes </description><link>https://www.c-sharpcorner.com/blogs/mapping-with-conditional-display-in-a-net-mvc-application</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/mapping-with-conditional-display-in-a-net-mvc-application</guid><pubDate>Sat, 24 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Centralizing String Utility Functions in Java</title><description>This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric cha</description><link>https://www.c-sharpcorner.com/article/centralizing-string-utility-functions-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/centralizing-string-utility-functions-in-java/</guid><pubDate>Sat, 24 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Implement LDAP Login Authentication API in Java with Spring Boot</title><description>This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. Th</description><link>https://www.c-sharpcorner.com/article/implement-ldap-login-authentication-api-in-java-with-spring-boot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implement-ldap-login-authentication-api-in-java-with-spring-boot/</guid><pubDate>Sat, 24 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Creating Dynamic and Reusable Modal Popups in ASP.NET WebForms</title><description>Create a reusable dynamic modal popup in ASP.NET WebForms using JavaScript, jQuery, and Bootstrap. Define a common modal structure in a master page or user control, use JavaScript to show and customiz</description><link>https://www.c-sharpcorner.com/blogs/creating-dynamic-and-reusable-modal-popups-in-asp-net-webforms</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/creating-dynamic-and-reusable-modal-popups-in-asp-net-webforms</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Leveraging AI in .NET Core Development for Enhanced Capabilities</title><description>AI can enhance .NET Core development by automating tasks such as generating project templates, creating reusable components, and optimizing code. It assists with code generation, refactoring, testing,</description><link>https://www.c-sharpcorner.com/blogs/leveraging-ai-in-net-core-development-for-enhanced-capabilities</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/leveraging-ai-in-net-core-development-for-enhanced-capabilities</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Troubleshooting AJAX and Print Issues in ASP.NET</title><description>This guide delves into common issues encountered with AJAX and print functionality in ASP.NET applications. It covers troubleshooting techniques for resolving problems that arise after implementing AJ</description><link>https://www.c-sharpcorner.com/blogs/troubleshooting-ajax-and-print-issues-in-asp-net</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/troubleshooting-ajax-and-print-issues-in-asp-net</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Ensure Correct URL Redirection in ASP.NET on IIS with R</title><description>To fix issues with Response.Redirect not including the application root folder in IIS, use ResolveUrl to ensure correct path resolution relative to the app root, or manually construct the URL with Req</description><link>https://www.c-sharpcorner.com/blogs/ensure-correct-url-redirection-in-asp-net-on-iis-with-r</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/ensure-correct-url-redirection-in-asp-net-on-iis-with-r</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Implementing GridView Pagination in ASP.NET WebForms to Manage Large</title><description>This guide covers the setup and configuration of pagination controls, enhancing user experience by dividing data into manageable pages, and optimizing performance for better data handling.</description><link>https://www.c-sharpcorner.com/blogs/implementing-gridview-pagination-in-asp-net-webforms-to-manage-large</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/implementing-gridview-pagination-in-asp-net-webforms-to-manage-large</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Creating Reusable Modal Popups in a Java-Based Web Application</title><description>Managing modal popups in Java web applications can be complex if code is duplicated across multiple JSP pages. This guide explores how to centralize and reuse modal code using JSP and servlets, enhanc</description><link>https://www.c-sharpcorner.com/article/creating-reusable-modal-popups-in-a-java-based-web-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-reusable-modal-popups-in-a-java-based-web-application/</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks</title><description>Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks</description><link>https://www.c-sharpcorner.com/article/securing-sessions-in-java-web-applications-preventing-session-fixation-and-repl/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/securing-sessions-in-java-web-applications-preventing-session-fixation-and-repl/</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Dynamic Forms and Flexible Data Storage for Web Apps</title><description>This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.</description><link>https://www.c-sharpcorner.com/article/dynamic-forms-and-flexible-data-storage-for-web-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dynamic-forms-and-flexible-data-storage-for-web-apps/</guid><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Create Dynamic Error Based Log Information</title><description>This guide covers techniques for generating real-time error logs, automating error tracking, and managing log data effectively. Enhance your error handling with dynamic logging strategies.</description><link>https://www.c-sharpcorner.com/blogs/create-dynamic-error-based-log-information</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/create-dynamic-error-based-log-information</guid><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Implementing Pagination for Large Datasets in Java Web Applications</title><description>This guide demonstrates how to implement pagination in a Java web application using JSP and Servlets. It covers setting up a data source, handling pagination logic in a servlet, and displaying data wi</description><link>https://www.c-sharpcorner.com/article/implementing-pagination-for-large-datasets-in-java-web-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-pagination-for-large-datasets-in-java-web-applications/</guid><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Store Java Errors in Database with Dynamic Error-Based Logging</title><description> It covers setting up logging frameworks, capturing runtime errors, and ensuring data persistence for effective error management and tracking. Ideal for improving application reliability and diagnosti</description><link>https://www.c-sharpcorner.com/article/store-java-errors-in-database-with-dynamic-error-based-logging/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/store-java-errors-in-database-with-dynamic-error-based-logging/</guid><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Building Dynamic and Reusable Modal Popups in Java Web App</title><description>Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scalabl</description><link>https://www.c-sharpcorner.com/article/building-dynamic-and-reusable-modal-popups-in-java-web-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-dynamic-and-reusable-modal-popups-in-java-web-app/</guid><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Integrating ASP.NET Core Web API with React frontend</title><description> Integrate your ASP.NET Core Web API with a React frontend to perform CRUD operations. Start by setting up a React project and installing Axios for HTTP requests. Create a service for API calls, imple</description><link>https://www.c-sharpcorner.com/blogs/integrating-asp-net-core-web-api-with-react-frontend</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/integrating-asp-net-core-web-api-with-react-frontend</guid><pubDate>Wed, 14 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Build a Full-Stack App with React and Spring Boot Integration</title><description>Learn how to build a full-stack application by integrating React with Spring Boot. This guide covers the seamless communication between frontend and backend using React for the user interface and Spri</description><link>https://www.c-sharpcorner.com/article/build-a-full-stack-app-with-react-and-spring-boot-integration/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/build-a-full-stack-app-with-react-and-spring-boot-integration/</guid><pubDate>Wed, 14 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Learn Component Routing in Angular</title><description>Component routing in Angular involves configuring navigation within an Angular application using the RouterModule. It allows you to define routes to specific components, manage navigation, and handle </description><link>https://www.c-sharpcorner.com/blogs/learn-component-routing-in-angular</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/learn-component-routing-in-angular</guid><pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Accessing Oracle Databases via SQL Server</title><description>To access an Oracle database through SQL Server, set up a linked server in SQL Server using the Oracle client. Configure your ASP.NET application to query Oracle via SQL Server, updating connection st</description><link>https://www.c-sharpcorner.com/blogs/accessing-oracle-databases-via-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/accessing-oracle-databases-via-sql-server</guid><pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Dynamic JSON Generation from SQL Server</title><description>To dynamically retrieve and format data from an SQL database into a JSON structure, design database tables to store static and dynamic details, write SQL queries using `FOR JSON`, and execute them in </description><link>https://www.c-sharpcorner.com/blogs/dynamic-json-generation-from-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/dynamic-json-generation-from-sql-server</guid><pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Angular Routing Mastery Navigate Between Components Easily</title><description>Learn the intricacies of routing between components, understand best practices, and explore advanced techniques to streamline your application&amp;#39;s navigation. Ideal for developers looking to enhance</description><link>https://www.c-sharpcorner.com/article/angular-routing-mastery-navigate-between-components-easily/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-routing-mastery-navigate-between-components-easily/</guid><pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Retrieving and Displaying Database Records in Java Using JTable</title><description>Learn how to retrieve and display database records in Java using JTable. This guide covers connecting to a database, executing SQL queries, and populating a JTable with the retrieved data. </description><link>https://www.c-sharpcorner.com/blogs/retrieving-and-displaying-database-records-in-java-using-jtable</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/retrieving-and-displaying-database-records-in-java-using-jtable</guid><pubDate>Mon, 12 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>How to Retrieve and Display Database Records in Java Using JTable</title><description>Learn how to retrieve and display database records in Java using JTable with this step-by-step guide. Explore Java Swing for creating a graphical user interface, JDBC for database connectivity, and SQ</description><link>https://www.c-sharpcorner.com/article/how-to-retrieve-and-display-database-records-in-java-using-jtable/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-retrieve-and-display-database-records-in-java-using-jtable/</guid><pubDate>Mon, 12 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Create and List Views in a Single Razor View Using Partial Views</title><description>In ASP.NET Core, managing HTTP requests is streamlined with HttpClientFactory, which efficiently handles HttpClient instances, preventing resource leaks. Create and list records using ViewModels and c</description><link>https://www.c-sharpcorner.com/blogs/create-and-list-views-in-a-single-razor-view-using-partial-views</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/create-and-list-views-in-a-single-razor-view-using-partial-views</guid><pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Displaying a List in a Partial View Using a ViewModel in MVC</title><description>In MVC web applications, structuring your ViewModel to include collections can facilitate dynamic item listing in partial views. This post explains modifying your ViewModel, controller, and views for </description><link>https://www.c-sharpcorner.com/blogs/displaying-a-list-in-a-partial-view-using-a-viewmodel-in-mvc</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/displaying-a-list-in-a-partial-view-using-a-viewmodel-in-mvc</guid><pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Consistent Batch Number Updates in SQL Server Stored Procedur</title><description>Ensure consistency when updating the batch number in a stored procedure. Retrieve current values, increment the batch number, maintain `DateCapture` consistency, and commit the transaction. Integrate </description><link>https://www.c-sharpcorner.com/blogs/consistent-batch-number-updates-in-sql-server-stored-procedur</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/consistent-batch-number-updates-in-sql-server-stored-procedur</guid><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Reference Errors in SQL Server Reporting Services (SSRS)</title><description>The error message indicates the field &amp;quot;TimeDiff&amp;quot; is unrecognized. Verify your dataset and chart configuration. Use &amp;quot;TimeInCrate&amp;quot; or alias it as &amp;quot;TimeDiff&amp;quot; in your SQL que</description><link>https://www.c-sharpcorner.com/blogs/reference-errors-in-sql-server-reporting-services-ssrs</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/reference-errors-in-sql-server-reporting-services-ssrs</guid><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Implement Okta in Spring Boot with Spring Security and OAuth 2.0</title><description>Integrating Okta with Spring Boot using Spring Security and OAuth 2.0 enhances authentication and authorization. This guide explains Okta&amp;#39;s role, OAuth 2.0 functionality, and provides a practical </description><link>https://www.c-sharpcorner.com/article/implement-okta-in-spring-boot-with-spring-security-and-oauth-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implement-okta-in-spring-boot-with-spring-security-and-oauth-2-0/</guid><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Implementing Thread-Safe Dynamic Arrays</title><description>Implementing thread-safe, dynamically resizable arrays in C ensures data integrity in multi-threaded applications. Utilize mutex locks for synchronization, condition variables for state management, an</description><link>https://www.c-sharpcorner.com/article/implementing-thread-safe-dynamic-arrays2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-thread-safe-dynamic-arrays2/</guid><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 22: The Latest Features and Improvements</title><description>Discover the exciting new features and improvements in Java 22, the latest release of the popular programming language. This update brings enhanced performance, new APIs, improved security, and more d</description><link>https://www.c-sharpcorner.com/article/java-22-the-latest-features-and-improvements/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-22-the-latest-features-and-improvements/</guid><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Spring Boot Logging for Production and Development Servers</title><description>This guide covers configuring logging settings, integrating log management tools, and best practices for monitoring and analyzing logs to ensure smooth application performance and debugging.</description><link>https://www.c-sharpcorner.com/article/spring-boot-logging-for-production-and-development-servers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/spring-boot-logging-for-production-and-development-servers/</guid><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Understanding CORS in Spring Boot</title><description>Discover how to configure CORS policies, handle HTTP headers, and ensure secure API interactions. Perfect for developers looking to implement effective web service solutions and backend configurations</description><link>https://www.c-sharpcorner.com/article/understanding-cors-in-spring-boot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-cors-in-spring-boot/</guid><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Transaction Management in Spring Boot</title><description>Learn how to handle database transactions effectively, ensure data integrity, and manage rollbacks and commits within your Spring Boot applications. Perfect for developers seeking in-depth insights.</description><link>https://www.c-sharpcorner.com/article/transaction-management-in-spring-boot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/transaction-management-in-spring-boot/</guid><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Dynamic Expansion Panel as a separate component.</title><description>Create a dynamic expansion panel in Angular using Angular Material to display user personal and correspondence addresses. This involves defining components with TypeScript for logic, HTML for view, an</description><link>https://www.c-sharpcorner.com/article/dynamic-expansion-panel-as-a-separate-component/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dynamic-expansion-panel-as-a-separate-component/</guid><pubDate>Fri, 19 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Singleton Design Pattern: Detailed Explanation and Practical Examples</title><description>The Singleton Design Pattern ensures a class has only one instance and provides global access to it. Implementations include Basic Singleton, Thread-Safe Singleton with synchronization, Double-Checked</description><link>https://www.c-sharpcorner.com/article/singleton-design-pattern-detailed-explanation-and-practical-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/singleton-design-pattern-detailed-explanation-and-practical-examples/</guid><pubDate>Fri, 19 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 21: The Latest Features and Improvements</title><description>Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values, st</description><link>https://www.c-sharpcorner.com/article/exploring-the-latest-features-of-java-21/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-the-latest-features-of-java-21/</guid><pubDate>Fri, 19 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Understanding Three-Phase Commit in Microservices</title><description>Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction mana</description><link>https://www.c-sharpcorner.com/article/understanding-three-phase-commit-in-microservices/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-three-phase-commit-in-microservices/</guid><pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Understanding Two-Phase Commit in Microservices</title><description>The Two-Phase Commit (2PC) protocol ensures data consistency in microservices by coordinating transactions across services. It involves a prepare phase where participants log changes and vote, and a c</description><link>https://www.c-sharpcorner.com/article/understanding-two-phase-commit-in-microservices/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-two-phase-commit-in-microservices/</guid><pubDate>Thu, 11 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Understanding MapStruct in Spring Boot for Java Bean Mapping</title><description>Explore MapStruct in Spring Boot for seamless Java Bean mapping. Discover how MapStruct simplifies object mapping between DTOs and entities, leveraging annotations for automated conversion. </description><link>https://www.c-sharpcorner.com/article/understanding-mapstruct-in-spring-boot-for-java-bean-mapping/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-mapstruct-in-spring-boot-for-java-bean-mapping/</guid><pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Custom Annotations and Validation in Spring Boot</title><description>Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom valid</description><link>https://www.c-sharpcorner.com/article/custom-annotations-and-validation-in-spring-boot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-annotations-and-validation-in-spring-boot/</guid><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>How to Send Email using Spring Boot using Java Mail Sender SMTP?</title><description>This article provides a step-by-step guide to sending emails using Spring Boot and JavaMailSender. You&amp;#39;ll learn how to set up a Spring Boot project, configure email properties, create an email ser</description><link>https://www.c-sharpcorner.com/article/how-to-send-email-using-spring-boot-using-java-mail-sender-smtp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-send-email-using-spring-boot-using-java-mail-sender-smtp/</guid><pubDate>Sat, 29 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Annotations used with Spring Boot Applications</title><description>Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful servi</description><link>https://www.c-sharpcorner.com/article/annotations-used-with-spring-boot-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/annotations-used-with-spring-boot-applications/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Top Java Spring Boot Scenario-Based Interview Questions</title><description>Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication</description><link>https://www.c-sharpcorner.com/article/top-java-spring-boot-scenario-based-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/top-java-spring-boot-scenario-based-interview-questions/</guid><pubDate>Wed, 19 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>What&amp;#39;s new in JDK 20?</title><description>This article have the language feature changes for JDK 20.</description><link>https://www.c-sharpcorner.com/article/whats-new-in-jdk-20/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/whats-new-in-jdk-20/</guid><pubDate>Sun, 14 May 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Project Loom - A Preview Feature Of Java 19</title><description>In this article, you will learn about preview feature of Java 19 i.e about Project Loom.</description><link>https://www.c-sharpcorner.com/article/project-loom-a-preview-feature-of-java-19/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/project-loom-a-preview-feature-of-java-19/</guid><pubDate>Wed, 01 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>New Features In Java 19</title><description>In this article, you will learn about new features in Java 19.</description><link>https://www.c-sharpcorner.com/article/new-features-in-java-19/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/new-features-in-java-19/</guid><pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java Records Met Serialization</title><description>There is a new syntax in the java language to declare a record class. A Record class tightly couples its API to its internal representation. The declaration of a record class is significantly more con</description><link>https://www.c-sharpcorner.com/article/java-records-met-serialization/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-records-met-serialization/</guid><pubDate>Sat, 07 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Record Classes - A Java 16 New Feature</title><description>In this article, you will learn about record classes - a Java 16 new feature.</description><link>https://www.c-sharpcorner.com/article/record-classes-a-java-16-new-feature/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/record-classes-a-java-16-new-feature/</guid><pubDate>Wed, 28 Dec 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Sealed Classes - A Java 17 New Feature</title><description>In this article, you will learn about new feature of Java 17-  Sealed Classes.</description><link>https://www.c-sharpcorner.com/article/sealed-classes-a-java-17-new-feature/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sealed-classes-a-java-17-new-feature/</guid><pubDate>Sun, 04 Sep 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Configuration Of A Microservice</title><description>In this article, you will learn about the configuration of a Microservice.</description><link>https://www.c-sharpcorner.com/article/configuration-of-a-microservice/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/configuration-of-a-microservice/</guid><pubDate>Sat, 20 Aug 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Linked List With Java</title><description>In this article, we will learn Linked List implementation and basic operations.</description><link>https://www.c-sharpcorner.com/article/linked-list/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/linked-list/</guid><pubDate>Sat, 06 Aug 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Challenges With Microservices</title><description>In this article, we will see what are the challenges we can face while developing microservices and how to resolve them.</description><link>https://www.c-sharpcorner.com/article/challenges-with-microservices/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/challenges-with-microservices/</guid><pubDate>Sun, 03 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Microservices With Java</title><description>In this article, you will learn about Microservices with Java.</description><link>https://www.c-sharpcorner.com/article/microservices-with-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microservices-with-java/</guid><pubDate>Sat, 14 May 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Multithreading In Java</title><description>In this article, you will learn about Multithreading and its uses in Java.</description><link>https://www.c-sharpcorner.com/article/multithreading-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multithreading-in-java/</guid><pubDate>Sat, 07 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>What&amp;#39;s New In Java 16?</title><description>This article has all new features Java 16 includes and is explained with reference from Oracle docs as well as my understanding with Java in this 4+ years of experience.</description><link>https://www.c-sharpcorner.com/article/whats-new-in-java-16/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/whats-new-in-java-16/</guid><pubDate>Thu, 08 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Learn About Exception Handling In Java</title><description>Through this article, users will get in-depth knowledge of Exceptions and Exception handling used in Java.</description><link>https://www.c-sharpcorner.com/article/learn-about-exception-handling-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/learn-about-exception-handling-in-java/</guid><pubDate>Sat, 17 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Classes And Objects</title><description>In this article, users will know the importance of Class, Objects, and their references.</description><link>https://www.c-sharpcorner.com/article/classes-and-objects/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/classes-and-objects/</guid><pubDate>Sun, 28 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Encapsulation In Java</title><description>In this article, you will learn everything about encapsulation, including getter/setters and Data hiding mechanism.</description><link>https://www.c-sharpcorner.com/article/encapsulation-in-java3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/encapsulation-in-java3/</guid><pubDate>Thu, 21 Jan 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Prototype Design Pattern</title><description>Learn about the Prototype design pattern in Java, a creational pattern that enables object cloning for efficient instantiation. Explore cloneable interfaces, deep vs. shallow copying, and how to imple</description><link>https://www.c-sharpcorner.com/article/prototype-design-pattern-with-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/prototype-design-pattern-with-java/</guid><pubDate>Tue, 29 Dec 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Bridge Design Pattern </title><description>The Bridge Design Pattern in Java separates abstraction from implementation, allowing them to vary independently. It promotes decoupling by creating a bridge between abstraction and its implementation</description><link>https://www.c-sharpcorner.com/article/bridge-design-pattern-with-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bridge-design-pattern-with-java/</guid><pubDate>Mon, 23 Nov 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Builder Design Pattern</title><description>The Builder Design Pattern is a creational design pattern used to construct complex objects step by step. It separates the construction of an object from its representation, allowing for different typ</description><link>https://www.c-sharpcorner.com/article/builder-design-pattern-with-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/builder-design-pattern-with-java/</guid><pubDate>Sat, 10 Oct 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Factory Design Pattern </title><description>The Factory Design Pattern in Java is a creational pattern used to create objects without specifying the exact class of object that will be created. It promotes loose coupling by separating object cre</description><link>https://www.c-sharpcorner.com/article/factory-design-pattern-with-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/factory-design-pattern-with-java/</guid><pubDate>Tue, 06 Oct 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Singleton Design Pattern</title><description>Learn about the Singleton design pattern, which ensures a single instance of a class in Java. Explore eager and lazy loading techniques, including thread-safe solutions like double-check locking and e</description><link>https://www.c-sharpcorner.com/article/singleton-design-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/singleton-design-pattern/</guid><pubDate>Sun, 23 Aug 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Use Of Static Keyword In Java</title><description>In this article, you will learn different use-cases of static keyword in java.</description><link>https://www.c-sharpcorner.com/article/use-of-static-keyword-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-of-static-keyword-in-java/</guid><pubDate>Sun, 16 Aug 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 8 - Optional Class</title><description>In this article, you will learn about the optional class and its usage.</description><link>https://www.c-sharpcorner.com/article/java-8-optional-class/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-8-optional-class/</guid><pubDate>Sun, 02 Aug 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Stream Vs Collection</title><description>This includes major difference in between collection API and stream API.</description><link>https://www.c-sharpcorner.com/blogs/stream-vs-collection</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/stream-vs-collection</guid><pubDate>Tue, 21 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 8 - Stream API </title><description>In this article, you will learn about Stream API and methods in Stream.</description><link>https://www.c-sharpcorner.com/article/java-8-stream-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-8-stream-api/</guid><pubDate>Sun, 19 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 8 - Functional Interfaces</title><description>This article will provide you the knowledge of Functional Interfaces included in Java 8.</description><link>https://www.c-sharpcorner.com/article/java-8-functional-interfaces/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-8-functional-interfaces/</guid><pubDate>Tue, 14 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Java 8 - Lambda Expressions</title><description>In this article you will learn about Java 8 - Lambda Expressions .</description><link>https://www.c-sharpcorner.com/article/java-8-lambda-expressions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-8-lambda-expressions/</guid><pubDate>Sun, 12 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item><item><title>Introduction To Java 8</title><description>In this article you will learn about Java 8 features.</description><link>https://www.c-sharpcorner.com/article/introduction-to-java-8-features4/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-java-8-features4/</guid><pubDate>Sun, 05 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Aman Gupta)</author></item></channel></rss>