This repository contains various Java programs and assignments completed during my 3rd semester of the Bachelor of Computer Applications (BCA) course. It includes basic to intermediate-level programs demonstrating Java fundamentals, object-oriented programming, file handling, and more.
- Basic syntax and control structures
- Classes and Objects
- Inheritance and Polymorphism
- Interfaces and Abstraction
- Exception Handling
- File I/O operations
- Simple Java-based mini-projects
- Java SE
- VS Code / IntelliJ IDEA
- JDK 8+
- Make sure Java is installed (
java -version) - Navigate to the desired folder
- Compile using:
javac FileName.java - Run with:
java FileName
Promise
BCA 3rd Semester, Tribhuvan University
(https://github.com/PromiseCh1)