本文介绍了零填充左移?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么有两个右移位运算符(右移和零填充右移)但JAVA中只有一个左移运算符???

换句话说,为什么没有<<和<<<在JAVA中存在>>和>>> do ???

Why are there two right shift operators( Right Shift and Zero Fill Right Shift) but only one left shift operator in JAVA???
In other words, why are there not << and <<< exist in JAVA as >> and >>> do???

推荐答案


这篇关于零填充左移?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 05:01