About 749,000 results
Open links in new tab
  1. Java Numbers - W3Schools

    Even though there are many numeric types in Java, the most used for numbers are int (for whole numbers) and double (for floating point numbers). However, we will describe them all as you continue to read.

  2. Numbers Program In Java - Tutorial At Home

    Jul 14, 2017 · Some mathematical numbers are identified by different names. example are Prime, Automorphic, Perfect, Smith, Special etc.

  3. Number Based Programs in Java

    Apr 4, 2022 · Armstrong Number Program is very popular in java, c language, python etc. Examples: 153 is Armstrong, (1*1*1)+ (5*5*5)+ (3*3*3) = 153. An Automorphic number is a number whose square “ends” in the same digits as the number itself. Examples: 5*5 = 25, 6*6 = 36, 25*25 = 625. A number is said to be Buzz Number if it ends with 7 or is divisible by 7.

  4. Java Number Programs (ISC Classes 11 / 12) - KnowledgeBoat

    Curated list of Number Programs in Java for ISC Class 11 / 12. Fascinating Number in Java program, Bouncy Number, Evil Number, Goldbach Number, Prime-Adam Number, Smith Number Java programs and many other types of numbers are covered in this studylist.

  5. Java Numbers Exercises - w3resource

    Mar 11, 2025 · Practice with solution of exercises on Java Numbers: examples on ugly number, Abundant, deficient and perfect number, Kaprekar numbers, random numbers, Lychrel number, narcissistic decimal numbers, lucus number, and more from w3resource.

  6. Working with Numbers in Java. Java’s different numeric types …

    Apr 2, 2024 · We have access to 7 numeric primitive types and their boxed counterparts, high-precision object types, multiple concurrency-akin types and helpers, and more. This article will take a look at some...

  7. Java Number Programs - Java Guides

    This blog post will teach you 15+ Java programs on Numbers with output and step-by-step explanations. Note that these Java Number programs are frequently asked in the Java interviews for beginners.

  8. Java Number - Explore the Different Number Methods with Syntax ...

    Explore in detail the concept of Java Number & learn the 6 different methods of number in Java explained with the help of syntax that will help you further in your Java programming.

  9. Numbers In Java: 10 Practice Problems and Solutions

    This is the solution for the practice question set on different numbers (like Harshad, Armstrong, Perfect, and so on) and their properties as well as the method for checking given numbers. You can find the corresponding list of questions here. Try solving the questions yourself before you go through the solutions.

  10. Java Programs – Java Programming Examples - GeeksforGeeks

    Apr 5, 2025 · From basic Java programs like the Fibonacci series, Prime numbers, Factorial numbers, and Palindrome numbers to advanced Java programs. Java is one of the most popular programming languages today because of its simplicity.

Refresh