Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jinosh05/annamalai-mca-248-sem2-practicals
- Owner: jinosh05
- Created: 2022-06-18T12:15:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T16:14:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:19:36.208Z (2 months ago)
- Topics: java, javaapplets
- Language: Java
- Homepage:
- Size: 4.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 timeThe codes are uploaded once I checked it.
Thank you