Skip to content

Java Vogue

Java Tutorials

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

Tag: java program

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

How to convert a negative number to positive in Java

How to convert a negative number to positive  will learn in this article . We can will make a negative

Continue reading
March 31, 2022 Java Vogue

Pronic number Program in Java

Pronic number in java – In this article, we will write a java program to input a number and check whether

Continue reading
April 22, 2021 Java Vogue

Java program print prime numbers from 1 to 100 or 1 to n

A number which is divided by one and itself is called prime . I will suggest to you first read

Continue reading
April 20, 2021 Java Vogue

Add two numbers without using arithmetic operators

In this program we will see how to add two numbers without using arithmetic operators in java . We can use

Continue reading
November 26, 2015 javavogue

Count occurrences of Character in String in Java

In this program we will count occurrences of character in string . We will give input a character and string

Continue reading
November 26, 2015 javavogue

Java Program to Print 1 To 10 Without Using Loop

In this article we will write a program to print 1 to 10 without loop in java. We can print

Continue reading
November 25, 2015 javavogue

Reverse a Number in Java

In this program we will reverse a number in java using for loop , while loop and recursion .Reversing a

Continue reading
November 25, 2015 javavogue

Java program to check prime number

A number which is divided by one and itself is called prime number. For Example 7 is a prime number

Continue reading

Posts navigation

«Previous Posts 1 … 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