academic
2025-2026
Java RMI Distributed Calculator
A small distributed system
A Java RMI practical that explores distributed method calls through a calculator example.
Practical
A calculator example that introduces remote method invocation and distributed thinking.
- Role
- Advanced Java practical
- Organization
- Tribhuvan University BSc CSIT
Built with
JavaRMIDistributed systems basics
Overview
A calculator that calls across the network
For this RMI practical I built a distributed calculator to explore how remote calls behave in Java.
- Remote method invocation.
- Basic distributed systems thinking.
Background
Why it matters
Even a small example like this helped me build intuition for systems where parts of the application live in more than one place.
- Networked execution.