Skip to the content Skip to the Navigation

Wilddiary.com

  • Home
  • Contact Us
  • Privacy

Java

  1. HOME
  2. Java
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 3, 2016 / Last updated : April 22, 2023 Drona Java

Reversing a decimal number

Reversing a decimal number is a favourite programming problem in the technical interviews. Below is the problem statement and the solution implemented in Java. Problem statement Write an optimal program to reverse the digits in a decimal number without converting it to a string. Example: 123.45 -> 54.321

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

Cut the Sticks

Cut the Sticks is a programming problem and an interview question. The problem statement and the solution are given below. Problem Statement You are given N sticks, where the length of each stick is a positive integer. A cut operation is performed on the sticks such that all of them are reduced by the length of the […]

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
November 5, 2015 / Last updated : April 22, 2023 Drona Java

Generate JSON schema from Java class

This tutorial shows you how to generate JSON schema from Java class. We will use an open source library called JJSchema to do the job. To be able to generate the JSON schema properly, the Java class should have getters and setters defined for its members. A JSON Schema is a JSON document that describes the structure […]

Posts navigation

  • «
  • Page 1
  • …
  • Page 3
  • Page 4
  • Page 5
  • …
  • Page 8
  • »
  • 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