filmov
tv
Java Tutorials 14 - Unary Operators in Java - StudyViral
![preview_player](https://i.ytimg.com/vi/OVYXLudGd0k/maxresdefault.jpg)
Показать описание
Java Tutorial 14 - Operators - Unary Operator - Study Viral
Description of unary operators
The unary operators works only on single operand. They perform various operations such as incrementing/decrementing a value by one, negating an expression, or inverting the value of a boolean.
+ Unary plus operator
- Unary minus operator
++ Increment operator
-- Decrement operator
! Logical Not operator
~ Complement operator
++var Pre-Increment
--var Pre-Decrement
var++ Post-Increment
var-- Post-Decrement
Or
Facebook Page ::
Subscribe Youtube Channel :
Website::
www.StudyViraL.in
Description of unary operators
The unary operators works only on single operand. They perform various operations such as incrementing/decrementing a value by one, negating an expression, or inverting the value of a boolean.
+ Unary plus operator
- Unary minus operator
++ Increment operator
-- Decrement operator
! Logical Not operator
~ Complement operator
++var Pre-Increment
--var Pre-Decrement
var++ Post-Increment
var-- Post-Decrement
Or
Facebook Page ::
Subscribe Youtube Channel :
Website::
www.StudyViraL.in