Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jinosh05/annamalai-mca-248-sem2-practicals

MCA java programs
https://github.com/jinosh05/annamalai-mca-248-sem2-practicals

java javaapplets

Last synced: 24 days ago
JSON representation

MCA java programs

Awesome Lists containing this project

README

        

# Annamalai-MCA-248-Java

Java Programming Lab programs for 2021-22 Batch MCA.

The code ran successfully and output is verified.

Compile the code using

```
javac program_name.java
```

Run the code using

```
java program_name
```

For Applet programs, run using

```
appletviewer program.html
```

For running Python code you have to install Python3 and you have to download the required packages.

Run this command to install those packages,

```
pip install opencv-contrib-python
pip install matplotlib
```
Note: Don't forget to run the above code if you're running it for first time

The codes are uploaded once I checked it.

Thank you