Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theakashshukla/java
Java Project
https://github.com/theakashshukla/java
assignment java oops-in-java practicals program project solutions
Last synced: 22 days ago
JSON representation
Java Project
- Host: GitHub
- URL: https://github.com/theakashshukla/java
- Owner: theakashshukla
- License: mit
- Created: 2022-07-15T09:01:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T19:04:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T21:18:04.702Z (8 months ago)
- Topics: assignment, java, oops-in-java, practicals, program, project, solutions
- Language: Java
- Homepage: https://theakashshukla.github.io/Java/
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Java Assignment
## Lists of Program
| No.| Program | Link |
| --- | --- | --- |
| 1 | Write a Program in Java to Calculate the Simple Interest | [Code](https://github.com/theakashshukla/Java/tree/main/Project%201) |
| 2 | Write a Program in Java to Calculate Sum of Two Numbers Input from Command Line Argument. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%202) |
| 3 | Write a Program in Java to Calculate Area of Circle Using Scanner Class. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%203) |
| 4 | Write a Program in Java to Calculate Square Root of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%204) |
| 5 | Write a Program in Java to Display Name, Age, Calendar and Salary of a Person Input from the Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%205) |
| 6 | Write a Program in Java to Display Grading of Student When His Percentage is Input from Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%206) |
| 7 | Write a Program in Java to Display Odd Number from 1 to 100. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%207) |
| 8 | Write a Program in Java to Display the Following Patterns using Functions. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%208) |
| 9 | Write a Program in Java to Calculate the Factorial of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%209) |
| 10 | Write a Program in Java to Determine Whether a Number Input from Keyboard is Prime Number Or Not. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2010) |
| 11 | Write a Program in Java to Display the Prime Numbers from 1 to 500 Using Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2011) |
| 12 | Write a Program in Java to Show Accessing Class Members and use a Dot(.). | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2012) |
| 13 | Write a Program in Java to Show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2013) |
| 14 | Write a Program in Java to Show Single Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2014) |
| 15 | Write a Program in Java to Concatenate Two Strings Without Using Library Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2015) |
| 16 | Write a Program in Java to Make First Alphabet Capital of Each Word in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2016) |
| 17 | Write a Program in Java to Get the Last Index of Any Given Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2017) |
| 18 | Write a Program in Java to Reverse Words of a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2018) |
| 19 | Write a Program in Java to Find Occurrences of Each Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2019) |
| 20 | Java Program to Get String and Count Number of Words in Provided String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2020) |
| 21 | Write a Program in Java to Check Given String is Palindrome String Or Not in Java. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2021) |
| 22 | Write a Program in Java to Reverse Each Word of Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2022) |
| 23 | Write a Program in Java to Get Sub String from a Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2023) |
| 24 | Java Program to Convert String to Lowercase and Uppercase. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2024) |
| 25 | Create a Java Applet and Show the use of Drawstring() Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2025) |
| 26 | Create a Java Applet to Show How to use Various Methods of Applet Class and Graphics Class in a Java Applet. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2026) |
| 27 | Write a Program in Java to Show the use of Interface. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2027) |
| 28 | Create a Java GUIApplication Using Labels and Textfields. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2028) |
| 29 | Create a Java GUI Application Using Radiobuttons. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2029) |
| 30 | Create a Java GUI Application Using Checkboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2030) |
| 31 | Create a Java GUI Application Using Comboboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2031) |
| 32 | Create a Java GUI Application Using Listboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2032) |
| 33 | Create Two Html Pages with Links to Navigate from One Page to Other Page. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2033) |
| 34 | Write a Servlet to Display Current Date and Time of Server on Client : Date Servlet. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2034) |
| 35 | Write a Servlet to Display Natural Numbers from 1 to 100 : Numberservlet | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2035) |
| 36 | Create a JSP to Display Natural Numbers from 1 to 50 :Number.Jsp and Write Down the Process of Running It Step by Step. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2036) |
| 37 | Create a JSP to Display Current Date and Time of Server onClient :Date.JSP and Write Down the Process of Running it Step by Step. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2037) |## Related
Here are some related projects