An open API service indexing awesome lists of open source software.

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 🎓 ☕

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/)