File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 5
5
These are the most coding problems during
6
6
technical interviews, as I experienced it myself.
7
7
8
- This is based on :
9
-
10
- https://www.journaldev.com/370/java-programming-interview-questions
11
-
12
8
## Running The Code
13
9
14
10
It's the convenience of the Codespaces online!
@@ -17,6 +13,12 @@ anything, just simply run it at the Bash Terminal
17
13
18
14
you can now run it even without compiling !
19
15
16
+ ```
17
+ cd src
18
+ ```
19
+
20
+ then
21
+
20
22
```
21
23
java [NameOfTheFile].java
22
24
```
@@ -26,3 +28,15 @@ this is the interface of the online Codespaces
26
28
![ image] ( https://user-images.githubusercontent.com/47092464/182785921-838bd0e5-2707-4e08-8a0b-9127afba6866.png )
27
29
28
30
enjoy !
31
+
32
+ ## License
33
+
34
+ This is based on :
35
+
36
+ https://www.journaldev.com/370/java-programming-interview-questions
37
+
38
+ I don't know about the specific licensed the author used
39
+ but I'm still including his link for his copyright.
40
+
41
+ When you copy my work, include the author's link
42
+ and my MIT license for my modifications.
You can’t perform that action at this time.
0 commit comments