Telegram Group & Telegram Channel
What is the result of the program?

A. num1 == num2 and num3 == num4
B. num1 == num2 and num3 != num4
C. num1 != num2 and num3 == num4
D. num1 != num2 and num3 != num4
E. The code does not compile
F. A runtime exception is thrown

Explanation:
We always thought that whenever two object references are compared using “==”, it always evaluates to “false”. But here Integer caching changes the results. Integer class has a caching range of -128 to 127. Whenever a number is between this range and autoboxing is used, it assigns the same reference. That’s why for value 100, both num1 and num2 will have the same reference, but for the value 500 (not in the range of -128 to 127), num3 and num4 will have different reference.



tg-me.com/topJavaQuizExplain/126
Create:
Last Update:

What is the result of the program?

A. num1 == num2 and num3 == num4
B. num1 == num2 and num3 != num4
C. num1 != num2 and num3 == num4
D. num1 != num2 and num3 != num4
E. The code does not compile
F. A runtime exception is thrown

Explanation:
We always thought that whenever two object references are compared using “==”, it always evaluates to “false”. But here Integer caching changes the results. Integer class has a caching range of -128 to 127. Whenever a number is between this range and autoboxing is used, it assigns the same reference. That’s why for value 100, both num1 and num2 will have the same reference, but for the value 500 (not in the range of -128 to 127), num3 and num4 will have different reference.

BY Explanations “Top Java Quiz Questions”


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/topJavaQuizExplain/126

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

What is Secret Chats of Telegram

Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.

The seemingly negative pandemic effects and resource/product shortages are encouraging and allowing organizations to innovate and change.The news of cash-rich organizations getting ready for the post-Covid growth economy is a sign of more than capital spending plans. Cash provides a cushion for risk-taking and a tool for growth.

telegram from sg


Telegram Explanations “Top Java Quiz Questions”
FROM USA