Skip to content

Commit ef72fa6

Browse files
Index
Index
1 parent 3d8d1e9 commit ef72fa6

1 file changed

Lines changed: 80 additions & 5 deletions

File tree

README.md

Lines changed: 80 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,88 @@
3838
[Java Week 3:Q4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-3/Test3.java) This program to exercise the call of static and non-static methods. A partial code is given defining two methods, namely sum( ) and multiply ( ). You have to call these methods to find the sum and product of two numbers.
3939

4040
[Java Week 3:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-3/Question3.java) To swap two numbers using call by object reference.
41+
42+
43+
## [WEEK 4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-4)
4144

42-
## [WEEK 4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
45+
[Java Week 4:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question41.java) To execute the following program successfully. You should import the correct package(s) and/or class(s) to complete the code.
46+
47+
[Java Week 4:Q2](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question42.java) To print the current year.
48+
49+
[Java Week 4:Q3](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question43.java) The program in this assignment is attempted to print the following output:
50+
51+
-----------------OUTPUT-------------------
52+
53+
This is large
4354

44-
## [WEEK 5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
55+
This is medium
4556

46-
## [WEEK 6](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
57+
This is small
4758

48-
## [WEEK 7](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
59+
This is extra-large
4960

50-
## [WEEK 8](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
61+
-----------------OUTPUT-------------------
62+
63+
[Java Week 4:Q4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question44.java) To call the default method in the interface First and Second.
64+
65+
[Java Week 4:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question45.java) To print the following output.
66+
67+
-----------------OUTPUT-------------------
68+
69+
Circle: This is Shape1
70+
71+
Circle: This is Shape2
72+
73+
-----------------OUTPUT--------------------
74+
75+
76+
## [WEEK 5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-5)
77+
78+
[Java Week 5:Q1]()
79+
80+
[Java Week 5:Q2]()
81+
82+
[Java Week 5:Q3]()
83+
84+
[Java Week 5:Q4]()
85+
86+
[Java Week 5:Q5]()
87+
88+
89+
## [WEEK 6](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-6)
90+
91+
[Java Week 6:Q1]()
92+
93+
[Java Week 6:Q2]()
94+
95+
[Java Week 6:Q3]()
96+
97+
[Java Week 6:Q4]()
98+
99+
[Java Week 6:Q5]()
100+
101+
102+
## [WEEK 7](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-7)
103+
104+
[Java Week 7:Q1]()
105+
106+
[Java Week 7:Q2]()
107+
108+
[Java Week 7:Q3]()
109+
110+
[Java Week 7:Q4]()
111+
112+
[Java Week 7:Q5]()
113+
114+
115+
## [WEEK 8](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-8)
116+
117+
[Java Week 8:Q1]()
118+
119+
[Java Week 8:Q2]()
120+
121+
[Java Week 8:Q3]()
122+
123+
[Java Week 8:Q4]()
124+
125+
[Java Week 8:Q5]()

0 commit comments

Comments
 (0)