Skip to content

Commit bc17ad1

Browse files
authored
Update README.md
1 parent 105ee3e commit bc17ad1

File tree

1 file changed

+214
-2
lines changed

1 file changed

+214
-2
lines changed

README.md

Lines changed: 214 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,214 @@
1-
# Java-Programming
2-
This repository contains 15 quality questions covering all the various concepts in Java Programming.
1+
<div id="top"></div>
2+
3+
<br />
4+
<div align="center">
5+
<a href="https://github.com/rushabhkela/Java-Programming">
6+
<img src="https://1000logos.net/wp-content/uploads/2020/09/Java-Logo.png" alt="Logo" width="120">
7+
</a>
8+
9+
<h3 align="center">Java Programming</h3>
10+
11+
12+
<p align="center">
13+
A collection of 15 quality questions (prepared by me 😌) that covers all the concepts (both easy and advanced) and fundamental concepts of Java.
14+
<br />
15+
<a href="https://github.com/rushabhkela/Java-Programming/blob/main/Report/Outputs.pdf"><strong>Explore the docs »</strong></a>
16+
</p>
17+
</div>
18+
19+
20+
21+
<!-- TABLE OF CONTENTS -->
22+
## Questions
23+
<details>
24+
<summary>Arrays</summary>
25+
<ul>
26+
<br>
27+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387375-d0a606ae-e98a-4065-a55f-816ef2701876.png">
28+
</ul>
29+
<ul>
30+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%201"><strong>Code</strong></a>
31+
</ul>
32+
</details>
33+
34+
<details>
35+
<summary>String</summary>
36+
<ul>
37+
<br>
38+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387477-51487525-f647-4bc2-ac46-cba61d9c73ca.png">
39+
40+
</ul>
41+
<ul>
42+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%202"><strong>Code</strong></a>
43+
</ul>
44+
</details>
45+
46+
<details>
47+
<summary>Inheritance</summary>
48+
<ul>
49+
<br><img width="580" src="https://user-images.githubusercontent.com/60788199/147387487-719b3169-1027-4b70-af23-436c4e62c648.png">
50+
51+
</ul>
52+
<ul>
53+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%203"><strong>Code</strong></a>
54+
</ul>
55+
</details>
56+
57+
<details>
58+
<summary>Interfaces</summary>
59+
<ul>
60+
<br>
61+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387507-704aeea8-e2cf-404a-b8b0-a45c63988acc.png">
62+
63+
</ul>
64+
<ul>
65+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%204"><strong>Code</strong></a>
66+
</ul>
67+
</details>
68+
69+
<details>
70+
<summary>Packages</summary>
71+
<ul>
72+
<br>
73+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387523-67cfe829-f57f-4577-a1af-568682637de5.png">
74+
75+
</ul>
76+
<ul>
77+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%205"><strong>Code</strong></a>
78+
</ul>
79+
</details>
80+
81+
<details>
82+
<summary>User - Defined Exceptions</summary>
83+
<ul>
84+
<br>
85+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387541-943fd592-2536-4969-b6bf-2f052518c036.png">
86+
87+
</ul>
88+
<ul>
89+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%206"><strong>Code</strong></a>
90+
</ul>
91+
</details>
92+
93+
<details>
94+
<summary>Inter - Thread Communication</summary>
95+
<ul>
96+
<br>
97+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387558-54191a50-0153-4af6-a0aa-8d03d72eed1d.png">
98+
</ul>
99+
<ul>
100+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%207"><strong>Code</strong></a>
101+
</ul>
102+
</details>
103+
104+
<details>
105+
<summary>Serialization</summary>
106+
<ul>
107+
<br>
108+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387579-842ee299-9490-4e44-8c34-f406fa8bbff8.png">
109+
110+
</ul>
111+
<ul>
112+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%208"><strong>Code</strong></a>
113+
</ul>
114+
</details>
115+
116+
<details>
117+
<summary>Collections</summary>
118+
<ul>
119+
<br>
120+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387612-5990e806-ff65-4d1c-991b-65b22df2fc7d.png">
121+
122+
</ul>
123+
<ul>
124+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%209"><strong>Code</strong></a>
125+
</ul>
126+
</details>
127+
128+
<details>
129+
<summary>Generic Classes and Methods</summary>
130+
<ul>
131+
<br>
132+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147387626-a8c8cd36-e822-4c56-9d54-49a432be7a81.png">
133+
134+
</ul>
135+
<ul>
136+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2010"><strong>Code</strong></a>
137+
</ul>
138+
</details>
139+
140+
<details>
141+
<summary>GUI with JavaFX</summary>
142+
<ul>
143+
<br>
144+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147389123-8e048b73-d8b3-426e-83be-24ed2e7f7295.png">
145+
</ul>
146+
<ul>
147+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2011"><strong>Code</strong></a>
148+
</ul>
149+
</details>
150+
151+
<details>
152+
<summary>Polymorphism</summary>
153+
<ul>
154+
<br>
155+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147389131-b1cf8053-f889-431e-95f3-6f4c37b8a71b.png">
156+
</ul>
157+
<ul>
158+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2012"><strong>Code</strong></a>
159+
</ul>
160+
</details>
161+
162+
<details>
163+
<summary>Files (and stack operations to evaluate expressions)</summary>
164+
<ul>
165+
<br>
166+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147389152-5cd4adb8-fc4e-4343-91fd-4c4525c09a8b.png">
167+
</ul>
168+
<ul>
169+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2013"><strong>Code</strong></a>
170+
</ul>
171+
</details>
172+
173+
<details>
174+
<summary>Synchronisation</summary>
175+
<ul>
176+
<br>
177+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147389191-43140182-7dc7-439c-9385-fd35aa04744d.png">
178+
</ul>
179+
<ul>
180+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2014"><strong>Code</strong></a>
181+
</ul>
182+
</details>
183+
184+
<details>
185+
<summary>Lambda Expressions, Inputs from command line arguments</summary>
186+
<ul>
187+
<br>
188+
<img width="580" src="https://user-images.githubusercontent.com/60788199/147389199-fcb7e42d-38e4-4ff7-a12f-f7dc7a312cd1.png">
189+
</ul>
190+
<ul>
191+
Output : <a href="https://github.com/rushabhkela/Java-Programming/tree/main/Solutions/Question%2015"><strong>Code</strong></a>
192+
</ul>
193+
</details>
194+
195+
196+
197+
<!-- CONTACT -->
198+
## Contact
199+
200+
Rushabh Kela - +91 9834473257 - kelarushabh@gmail.com
201+
202+
203+
<p align="right">(<a href="#top">back to top</a>)</p>
204+
205+
206+
207+
<!-- ACKNOWLEDGMENTS -->
208+
## Acknowledgments
209+
210+
* [Java Tutorials](https://www.javatpoint.com/java-tutorial)
211+
* [JDBC](https://www.tutorialspoint.com/jdbc/index.htm)
212+
* [JavaFX](https://openjfx.io/)
213+
214+
<p align="right">(<a href="#top">back to top</a>)</p>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy