{"id":22080353,"url":"https://github.com/theakashshukla/java","last_synced_at":"2025-07-24T14:32:05.916Z","repository":{"id":45719448,"uuid":"514203140","full_name":"theakashshukla/Java","owner":"theakashshukla","description":"Java Project","archived":false,"fork":false,"pushed_at":"2022-12-26T19:04:06.000Z","size":53,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T21:18:04.702Z","etag":null,"topics":["assignment","java","oops-in-java","practicals","program","project","solutions"],"latest_commit_sha":null,"homepage":"https://theakashshukla.github.io/Java/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theakashshukla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-07-15T09:01:36.000Z","updated_at":"2024-05-01T21:18:04.703Z","dependencies_parsed_at":"2023-01-31T00:45:32.915Z","dependency_job_id":null,"html_url":"https://github.com/theakashshukla/Java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theakashshukla","download_url":"https://codeload.github.com/theakashshukla/Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227448722,"owners_count":17777326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","java","oops-in-java","practicals","program","project","solutions"],"created_at":"2024-11-30T23:13:51.546Z","updated_at":"2024-11-30T23:13:53.921Z","avatar_url":"https://github.com/theakashshukla.png","language":"Java","readme":"# Java Assignment\n \n\n## Lists of Program\n\n| No.| Program | Link |\n| --- | --- | --- |\n| 1 | Write a Program in Java to Calculate the Simple Interest | [Code](https://github.com/theakashshukla/Java/tree/main/Project%201)  |\n| 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)  |\n| 3 |\tWrite a Program in Java to Calculate Area of Circle Using Scanner Class. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%203)  |\n| 4 |\tWrite a Program in Java to Calculate Square Root of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%204)   |\n| 5 |\tWrite 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) |\n| 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)  |\n| 7 | Write a Program in Java to Display Odd Number from 1 to 100. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%207)  |\n| 8 | Write a Program in Java to Display the Following Patterns using Functions. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%208)  |\n| 9 | Write a Program in Java to Calculate the Factorial of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%209) |\n| 10 |\tWrite 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) |\n| 11 |\tWrite 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) |\n| 12 |\tWrite a Program in Java to Show Accessing Class Members and use a Dot(.). | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2012) |\n| 13 |\tWrite a Program in Java to Show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2013) |\n| 14 |\tWrite a Program in Java to Show Single Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2014) |\n| 15 |\tWrite a Program in Java to Concatenate Two Strings Without Using Library Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2015) |\n| 16 |\tWrite 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) |\n| 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)  |\n| 18 |\tWrite a Program in Java to Reverse Words of a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2018) |\n| 19 |\tWrite a Program in Java to Find Occurrences of Each Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2019) |\n| 20 |\tJava Program to Get String and Count Number of Words in Provided String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2020) |\n| 21 |\tWrite 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) |\n| 22 |\tWrite a Program in Java to Reverse Each Word of Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2022) |\n| 23 |\tWrite a Program in Java to Get Sub String from a Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2023) |\n| 24 | Java Program to Convert String to Lowercase and Uppercase. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2024) |\n| 25 | Create a Java Applet and Show the use of Drawstring() Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2025) |\n| 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) |\n| 27 | Write a Program in Java to Show the use of Interface. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2027) |\n| 28 | Create a Java GUIApplication Using Labels and Textfields. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2028) |\n| 29 | Create a Java GUI Application Using Radiobuttons. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2029) |\n| 30 | Create a Java GUI Application Using Checkboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2030) |\n| 31 | Create a Java GUI Application Using Comboboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2031) |\n| 32 | Create a Java GUI Application Using Listboxes. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2032) |\n| 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) |\n| 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) |\n| 35 | Write a Servlet to Display Natural Numbers from 1 to 100 : Numberservlet | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2035) |\n| 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) |\n| 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) |\n\n\n## Related\n\nHere are some related projects\n\n\u003cp align=\"center\"\u003e \u003ca href=\"https://github.com/theakashshukla/Data-Structures-Algorithms.git/\"\u003e\u003cimg width=\"48%\" title=\"Data Structures Algorithms\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=theakashshukla\u0026repo=Data-Structures-Algorithms\u0026theme=dark\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/theakashshukla/Web-Technologies.git/\"\u003e\u003cimg width=\"48%\" title=\"Web Technologies\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=theakashshukla\u0026repo=Web-Technologies\u0026theme=dark\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n### Thanks to all the contributors ❤️\n\u003ca href = \"https://github.com/theakashshukla/Python/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=theakashshukla/Java\"/\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheakashshukla%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fjava/lists"}