VOOZH about

URL: https://www.javacodegeeks.com/author/yatin-batra/page/46

⇱ Yatin Batra, Author at Java Code Geeks - Page 46 of 73


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraNovember 15th, 2024
    0 2,540

    Execute Scheduled Task Only Once in Spring Boot

    Usually, we configure tasks to run periodically. However, there are situations where we may need to schedule a task to…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 15th, 2024
    0 2,038

    Determine CSV File Delimiter In Java

    CSV (Comma Separated Values) files are widely used for data storage and transfer. While the default delimiter is often a…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 15th, 2024
    0 458

    Iterate over a Guava Multimap

    A Multimap is a collection that maps keys to values, where each key may be associated with multiple values. Let…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 14th, 2024
    0 2,579

    Lombok @Locked Annotation Example

    Lombok is a popular Java library that helps reduce boilerplate code by automatically generating getters, setters, constructors, and more. One…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 14th, 2024
    0 765

    Format Output in a Table Format Using System.out

    Formatting output in a table-like structure is essential for displaying data in a clear and organized way. Java provides several…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraNovember 13th, 2024
    0 506

    Create Avro Schema With List of Objects

    Apache Avro is a powerful data serialization framework that enables efficient data exchange and storage. It is widely used in…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 11th, 2024
    0 1,838

    Convert Avro File to JSON File in Java

    In today’s data-driven world, effective data serialization formats are crucial for efficient storage and transmission of information. Apache Avro and…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 11th, 2024
    0 158

    Finding Years Starting Sunday And Year Range

    Determining which years start on a specific day, such as Sunday, can be an interesting challenge, often required in scheduling,…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraNovember 4th, 2024
    0 731

    Integrate Amazon Athena with Spring Boot

    Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL.…

    Read More »
  • First
  • ...
  • 30
  • 40
  • «
  • 45
  • 46
  • 47
  • »
  • 50
  • 60
  • ...
  • Last
Back to top button
Close