Skip to the content Skip to the Navigation

Wilddiary.com

  • Home
  • Contact Us
  • Privacy

Java

  1. HOME
  2. Java
Spring
March 29, 2023 / Last updated : April 22, 2023 Drona Java

Spring Cloud Stream

Spring Cloud Stream is a powerful framework for building event-driven microservices applications. It provides a simple and flexible way to handle messages between different microservices, which can be easily scaled and maintained. In this tutorial, we will go through the basic concepts of Spring Cloud Stream and learn how to set up a simple application […]

jooq logo
August 15, 2019 / Last updated : April 22, 2023 Drona Java

JooQ – The simplest ORM library in Java

jOOQ – Java Object Oriented Querying, is yet another Object Relation Mapping (ORM) library in java. Why does it really need a mention, when there exists other ORMs (like Hibernate, JPA) for over many years now? The answer is simple: Because it’s the simplest ORM library in java. How is jOOQ simple? jOOQ generates classes […]

Java logo
November 14, 2015 / Last updated : April 22, 2023 Drona Java

Java Multithreading

This article gives an overview of Java multithreading. It talks of the advantages of multithreading, thread states, priorities and options to create threads in Java.

Java logo
October 25, 2015 / Last updated : April 22, 2023 Drona Java

Split a String

This tutorial shows how to split a string in Java. Below, we present three options to split a string in Java namely – with StringTokenizer class, with split() method of the String class and with Pattern class. Each of the options has its utility and advantage over the other. You can use either of them as per your need.

Java logo
October 22, 2015 / Last updated : April 22, 2023 Drona Java

Java String to Int

This article shows how to convert a Java string to int . To convert a Java String that represents an integer value, to the int type, one can use the utility methods of the Integer class.

Posts navigation

  • «
  • Page 1
  • Page 2
  • Page 3
  • »
  • Home
  • Contact Us
  • Privacy
  • Facebook
  • Twitter
  • RSS Feed
  • GitHub
  • Pinterest

Copyright © Wilddiary.com All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Home
  • Contact Us
  • Privacy