Skip to content

Opening book details…

About this document

Java Tricks: No Semicolon Code Examples by Arabinda Mohanty is a document available to read on EtoBox.

This document discusses various ways to perform arithmetic operations and control flow statements in Java without using certain common operators or syntax. It provides examples of printing without a semicolon, executing if/else blocks, performing addition without the + operator by using negation, and performing subtraction without the - operator by using bitwise complement. The examples demonstrate how to achieve the same results through alternative means when certain standard language features are unavaila

Author
Arabinda Mohanty
Language
EN