Skip to content

Java Vogue

Java Tutorials

  • All Tutorials
  • Java
  • Java8
  • Spring Boot
  • Microservices
  • Spring
  • Hibernate
  • Reactjs
  • Interview Question
  • Contact

Tag: java program

July 11, 2022 Java Vogue

How to Determine if three lengths form a Triangle

We check if a triangle is valid or not using using Sides . Any triangle is valid if the sum

Continue reading
July 11, 2022 Java Vogue

Duck Number In Java

In this tutorial we will see what is a duck number , How to check given number is duck number

Continue reading
July 5, 2022 Java Vogue

Kaprekar Number Program in Java

In this tutorial we will see what is kaprekar number , How to find kaprekar number . We will write

Continue reading
July 1, 2022 Java Vogue

Spy Number In Java

In this tutorial we will see what is spy number and spy number example . We will write java program

Continue reading
June 24, 2022 Java Vogue

Special Number Program In Java

In this tutorial we will see what is a special number , special number example and how to find special

Continue reading
June 3, 2022 Java Vogue

Buzz Number Program in Java

A number is said to be Buzz Number if it ends with 7 or is divisible by 7.  For example-

Continue reading
May 21, 2022 Java Vogue

Find Second Largest Number in Array

We can find second largest number in array using arrays , collections and sorting techniques . We will discuss how to

Continue reading
May 12, 2022 Java Vogue

How to find Magic Number in Java

In this tutorial we will learn what is magic number and how to find magic number in java . We

Continue reading
May 10, 2022 Java Vogue

Neon Number Program In Java

In this tutorial we will learn what is neon number in java and how to check given number is neon

Continue reading
April 28, 2022 Java Vogue

Disarium Number Program in Java

In this tutorial we will learn what is disarium number in java and write disarium number program in java .

Continue reading

Posts navigation

«Previous Posts 1 2 3 4 5 6 Next Posts»

Recent Posts

  • Java Program to display student details Using Class and Object
  • TreeMap floorEntry() method in Java
  • Check If Int is Null In Java
  • Java Math min() method example
  • TreeMap ceilingKey() method in Java

Popular Posts

  • How to Read value From application.properties in spring boot
  • ‘Field required a bean of type that could not be found.’ error spring restful API
  • How to Reload Changes Without Restarting the Server – Spring Boot
  • No converter found for return value of type: org.springframework.http.converter.HttpMessageNotWritableException: No converter found
  • Spring Boot @ConfigurationProperties Property Validation
hi