https://github.com/amitrajitbose/cs594d
Object Oriented Programming using Java - B.Tech 5th Semester Coursework 🎓 ☕
https://github.com/amitrajitbose/cs594d
java java-9 java-tutorials
Last synced: 30 days ago
JSON representation
Object Oriented Programming using Java - B.Tech 5th Semester Coursework 🎓 ☕
- Host: GitHub
- URL: https://github.com/amitrajitbose/cs594d
- Owner: amitrajitbose
- Created: 2018-07-11T15:36:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T07:54:12.000Z (about 7 years ago)
- Last Synced: 2025-02-15T04:24:53.740Z (9 months ago)
- Topics: java, java-9, java-tutorials
- Language: Java
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS594D
## Object Oriented Programming using Java
#### B.Tech 5th Semester Coursework - CS504D & CS594D
Contains various programs in Java language. Most of the programs have been designed in preference with Object Oriented Programming paradigm. Please note that the repository contains programs done during coursework and for tutorial purpose. They are not designed for commercial use.
It is recommended to use Java version *9.0.1* or higher for running the following programs.
Please note that the repository is still under development.
#### Program List
[Click Here](https://github.com/amitrajitbose/CS594D/blob/master/Java%20Lab%20List.pdf) To View.
#### Compile & Run
```sh
$ cd
$ javac .java
$ java
```
Development & maintenance done by [Amitrajit Bose](https://in.linkedin.com/in/amitrajitbose).
#### Tutorials
- [BeginnersBook](https://beginnersbook.com/java-tutorial-for-beginners-with-examples/)
- [JavaTPoint](https://www.javatpoint.com/java-tutorial)
- [Udemy](https://www.udemy.com/java-tutorial/)
- [Tutorials Point](https://www.tutorialspoint.com/java/)
- [Guru99](https://www.guru99.com/java-tutorial.html)
- [JournalDev](https://www.journaldev.com/7153/core-java-tutorial)
- [LearnJavaOnline](http://www.learnjavaonline.org/)