10. How to Reverse a Number in Java | Program to Reverse a Number in Java |Java Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Please use the following link to install the Katalon Studio:
    katalon.com/si... Check Tubebuddy Features Here:
    www.tubebuddy.... In this video will discuss about how to reverse a number in java. This is one of the most important interview questions. We can you while loop and for loop to achieve this.
    Program to reverse a number in java
    Reverse number in java very simple logic for beginners
    How to reverse an integer
    Write a java program to find reverse of a number in java
    Protractor with Javascript - bit.ly/2jZ5XkX
    Selenium Java Tutorial - bit.ly/2keM2Pb
    Jasmine Tutorial - bit.ly/2lv0m6l
    Java - bit.ly/2lylSHq
    TestNG Tutorial - bit.ly/2lTpB2d
    PdfUtil - bit.ly/2keBDTA
    Shutterbug - bit.ly/2lX6xQV
    Selenium Realtime Examples - bit.ly/2k0FqDQ
    Java Interview Questions - bit.ly/2kopsmY
    Katalon Studio - bit.ly/2lWhyln
    Database Testing - bit.ly/2ko4jcJ
    Fillo Excel API - bit.ly/2jRyWqC
    Ashot - bit.ly/2kqXk2y
    Extent Reports Version 3 Java - bit.ly/2k0FweG
    Robot class - bit.ly/2lshPfJ
    Sikuli - bit.ly/2lTq2cR
    Excel Read Write using Java - bit.ly/2lyXRj8
    AutoIt - bit.ly/2lyIYgM
    Extent Reports Version 2 C# - bit.ly/2kqIY2d
    Extent Reports Version 2 Java - bit.ly/2k0XkGA
    Facebook : / automationtesting2016
    LinkedIn : www.linkedin.c...
    Google+ : plus.google.co...
    Twitter : / krishnasakinala
    Website : automationtesti...

ความคิดเห็น • 4

  • @anandtripathi5761
    @anandtripathi5761 4 ปีที่แล้ว

    Yes. Good catch Anna. In frame time 14:20 when Krishna copied and pasted the same code from intelliJ to Eclipse, actually code segment was not same. In Eclipse the value 'num !=10' of intelliJ is 'num != 0' in for loop so that it is working in Eclipse and not working in intelliJ. Very helpful video it is for logic-building. Thanks Krishna.

  • @annasergienko409
    @annasergienko409 4 ปีที่แล้ว

    Thanks for the video! You have a condition in the for loop as "num != 10", it should be 0 instead of 10, that's why it didn't work.