VRVishesh Raghuvanshiinblog.visheshraghuvanshi.in·Nov 17, 2025 · 7 min readJava Operators & Bitwise TricksArithmetic Operators and Expressions Java gives you a small but powerful set of arithmetic operators. These work pretty much the way you’d expect: + → Addition - → Subtraction / → Division * → Multiplication % → Modulus (returns the remainder af...00
VRVishesh Raghuvanshiinblog.visheshraghuvanshi.in·Nov 2, 2025 · 7 min readData TypesData Types In Java, data types define the type of data that a variable can hold. They also determine the amount of memory allocated to the variable and the range of values it can store. 1. Categories of Data Types Java data types are broadly classifi...00
VRVishesh Raghuvanshiinblog.visheshraghuvanshi.in·Oct 28, 2025 · 4 min readIntroduction to JavaHistory of Java 1991 → Project started by James Gosling and team at Sun MicrosystemsInitially named "Oak" after a tree near Gosling's officeLater renamed "Green" and finally "Java" after Java coffee 1995 → First public release of Java 1.0Known for "W...00
VRVishesh Raghuvanshiinvisheshraghuvanshi.tech·Jun 5, 2024 · 19 min readCloud ComputingIntroduction to Service Oriented Architecture, Web Services What is Service Oriented Architecture (SOA)? Service-Oriented Architecture (SOA) is an architectural pattern in software design where services are provided to other components by applicati...00
VRVishesh Raghuvanshiinvisheshraghuvanshi.tech·Jun 3, 2024 · 22 min readExploring the World of IoTIntroduction to IoT Define the Internet of Things (IoT). The Internet of Things (IoT) refers to the network of physical objects—devices, vehicles, buildings, and other items—embedded with sensors, software, and network connectivity, allowing them t...00