Java Interview Question: What will be the output when you divide a number by zero?

  Рет қаралды 33,022

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 57
@pramodkajla
@pramodkajla 3 жыл бұрын
Just to add: There is a concept of negative infinity as well in Double class. e.g.: double d = -5.0 / 0.0; System.out.println(d); It will print "-Infinity". Thanks Naveen for the video.
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Cool Naveen never tried this and Very nice trick.
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Thanks @Mukesh :)
@prashantj7839
@prashantj7839 3 жыл бұрын
Excellent series. Very helpful. Thanks for uploading
@adhage21
@adhage21 3 жыл бұрын
No one except you will have explained it .....
@venkateshsivadurga6456
@venkateshsivadurga6456 3 жыл бұрын
Naveen sir thanks for the clarification. Swapping of two numbers without a third variable a=(a+b)-(b=a). I tried this solution for swapping.
@aravindravi9056
@aravindravi9056 3 жыл бұрын
A=A+B; B=A-B; A=A-B; Try it bro
@venkateshsivadurga6456
@venkateshsivadurga6456 3 жыл бұрын
@@aravindravi9056 Bro this is routine answer. The one I mentioned is little new for me at that time. There is one more alternative a = a+b/(b=a)
@maheshz2742
@maheshz2742 3 жыл бұрын
Thanks a lot for this kind of interview questions making video and expecting more more videos in future without single video in a day can't getting sleep. All the best
@pavankumar-xb7nw
@pavankumar-xb7nw 3 жыл бұрын
I thought infinite could come for all type of numbers by 0 before I see this video but it's not for integer, thin line of difference u explaied it great.
@kavishautomationfactory170
@kavishautomationfactory170 3 жыл бұрын
Thank you Navin. I learnt new tricky question today.
@sureshupreti9171
@sureshupreti9171 3 жыл бұрын
Output as Infinity??🧐 Learnt a new thing Thank you from Nepal🇳🇵
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
My pleasure 😊
@riddhishah7518
@riddhishah7518 3 жыл бұрын
Very tricky question Naveen! Thanks for covering it!
@vinith2320
@vinith2320 3 жыл бұрын
Thank you Naveen. Useful for me If possible daily upload one video like this Naveen 👍
@HameedKhan-mq4ve
@HameedKhan-mq4ve 3 жыл бұрын
Thanks, I have learned lot of new concepts on Java from your videos.
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Glad to know that :)
@SumitSharma-qq4hk
@SumitSharma-qq4hk 3 жыл бұрын
Really helpful to revise my java...
@esakkisoundar
@esakkisoundar 3 жыл бұрын
Useful information. Thank you sir.
@sridharlanka2721
@sridharlanka2721 3 жыл бұрын
Informative , Thank you again
@shoaibjack
@shoaibjack 3 жыл бұрын
This is bcoz it has implemented Floating Point Arithmetic Algorithm which specifies special values like 'NaN' (not a number) and 'infinity' .. For divide by zero cases... as per IEEE 754 standards..
@shriniwasalle911
@shriniwasalle911 3 жыл бұрын
Very useful. Thanks Naveen. ❤️
@vasundharadoma
@vasundharadoma 3 жыл бұрын
Thanks for this video Naveen👍
@swetagupta6468
@swetagupta6468 3 жыл бұрын
Thanks Naveen. This surprised me😅
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
;)
@harshshiyani2058
@harshshiyani2058 3 жыл бұрын
Thank you so much sir....
@himanshupokhriyal6883
@himanshupokhriyal6883 Жыл бұрын
Output 1 ->if dividend is double it will give Arithmetic Exception Output 2->it will give Arithmetic exception
@DiptiJoshi2415rjdj
@DiptiJoshi2415rjdj 3 жыл бұрын
Thanks sir respect from South Africa 🇿🇦 I am working here but sometime this information is helpful when I have to look for a change
@acount4473
@acount4473 3 жыл бұрын
How did you find yourself in SA? Do you work as a sw developer of some kind? What's the job market like?
@k10n28
@k10n28 3 жыл бұрын
Nice 👍
@syedafarzana960
@syedafarzana960 3 жыл бұрын
Thank you sir
@rizwanshahid1447
@rizwanshahid1447 3 жыл бұрын
thanks Naveen
@prasadnaidu214
@prasadnaidu214 3 жыл бұрын
Thanks for upload
@jayap8355
@jayap8355 3 жыл бұрын
Thanks ✌️
@hackwithharsha5228
@hackwithharsha5228 3 жыл бұрын
Thank You, Never thought infinity as an output.. good to know for interviews
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Glad that it helped you
@ashuiet
@ashuiet 3 жыл бұрын
Same here.. I never thought infinity can be output
@backpackcouple5909
@backpackcouple5909 3 жыл бұрын
Thanks, Sir Can u help me, how to find duplicate elements if our array has multiple duplicate elements?
@lokapavanikoduru9966
@lokapavanikoduru9966 3 жыл бұрын
please take mock interviews
@muralimohanreddy1513
@muralimohanreddy1513 3 жыл бұрын
your video's are enough for freshers?
@ananyachatterjee3393
@ananyachatterjee3393 3 жыл бұрын
Naveen sir thank you so much. I want to get into automation testing. Can I start with your videos?
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Yes, definitely
@priteshms
@priteshms 3 жыл бұрын
liked it
@pratikjain1937
@pratikjain1937 3 жыл бұрын
👍
@abhay8437
@abhay8437 3 жыл бұрын
I always thought NaN is short for 'Not a Number'
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
In Java, "NaN" stands for "not a number" and signifies that a value is not defined. "NaN" is not an exception error, but a value that is assigned. For example, imaginary numbers like the square root of negative numbers or zero divided by zero will both print "NaN" as the result.
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
System.out.println(Math.sqrt(-1)); --this will also give you NaN.
@subratbanerjee7716
@subratbanerjee7716 3 жыл бұрын
Infinity
@youshasajjad5402
@youshasajjad5402 3 жыл бұрын
NaN means not a number right?
@sriramkukkadapu872
@sriramkukkadapu872 3 жыл бұрын
Why ti is giving as NaN ??
@mechaelbrun-kestler3868
@mechaelbrun-kestler3868 3 жыл бұрын
Infinity aka NaN
@saketsourav31
@saketsourav31 3 жыл бұрын
0.0/0 = NaN (Not a Number)
@sylvesterfernandes8277
@sylvesterfernandes8277 3 жыл бұрын
Every answer need reasons why?
@harshgorana7110
@harshgorana7110 6 ай бұрын
NAN
@rajkumarm25
@rajkumarm25 3 жыл бұрын
"NaN" stands for "not a number".
@AnuRadha-lv4ef
@AnuRadha-lv4ef 3 жыл бұрын
Thank you Sir
@sivaramapandian3923
@sivaramapandian3923 3 жыл бұрын
tq so much sir
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Tricky Interview Question: Maximum Number of Method Parameters Allowed in #Java
13:31
Star Pattern Logic - Part 1 - By Naveen AutomationLabs
22:34
Naveen AutomationLabs
Рет қаралды 64 М.
9 AI Tools You MUST Be Using in 2025.
17:53
Ishan Sharma
Рет қаралды 51 М.
8  ОПЫТОВ С ТАБА ЛАПКАМИ И МЕДВЕДЕМ ВАЛЕРОЙ
13:18
Познаватель
Рет қаралды 1,2 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН