Skip to content

Java Vogue

Java Tutorials

  • All Tutorials
  • Java
  • Java8
  • Spring Boot
  • Microservices
  • Spring
  • Hibernate
  • Reactjs
  • Interview Question
  • Contact
June 17, 2022 Java Vogue

Check a given number is jumbled or not

In this tutorial we see what is jumbled numbers .  A number is said to be Jumbled if for every

Continue reading
June 9, 2022 Java Vogue

Print Hashmap In Java

In this tutorial we will print hashmap in java using various methods . Let’s see different methods for printing hashmap

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
April 28, 2022 Java Vogue

Automorphic Number in Java

In this tutorial we will learn about what is automorphic number in java and write Java program for automorphic number

Continue reading
April 23, 2022 Java Vogue

Perfect Number In Java Program

In this tutorial , We will write perfect number program in java using for loop , while loop and recursion

Continue reading
April 21, 2022 Java Vogue

How to add two numbers in java

In this tutorial we will learn how to add two numbers in java . Addition of two numbers is very

Continue reading

Posts navigation

«Previous Posts 1 … 3 4 5 6 7 … 42 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