Skip to content

Commit aedb041

Browse files
authored
Update README.md
1 parent 3532342 commit aedb041

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
### I am working on this since a week and I am sharing all my codes I did during preparation of Exam and my learning process.
55

66
# You need to understand these concepts first before solving assignments weekwise:
7-
## Week 1 => Basic Concepts.
8-
## Week 2 => Methods, Functions and Encapsulation.
9-
## Week 3 => Access Specifiers, Static scope, Info Hiding.
10-
## Week 4 => Packages and Interfaces(Basics).
11-
## Week 5 => Interfaces Advanced and Basics of Exception Handling.
12-
## Week 6 => Multithreading and IOStream.
13-
## Week 7 => IOStream advanced usage and Applet Programming(basics).
14-
## Week 8 => Applet Programming advance concepts and Abstract Window Toolkit(AWT).
15-
## Week 9 => Swing Programming and Abstract Window Toolkit(AWT).
16-
## Week 10 => Networking with Java and Java DataBase Connectivity(JDBC).
17-
## Week 11 => Java DataBase Connectivity(JDBC) in detail.
18-
## Week 12 => Case Studies.
7+
### Week 1 => Basic Concepts.
8+
### Week 2 => Methods, Functions and Encapsulation.
9+
### Week 3 => Access Specifiers, Static scope, Info Hiding.
10+
### Week 4 => Packages and Interfaces(Basics).
11+
### Week 5 => Interfaces Advanced and Basics of Exception Handling.
12+
### Week 6 => Multithreading and IOStream.
13+
### Week 7 => IOStream advanced usage and Applet Programming(basics).
14+
### Week 8 => Applet Programming advance concepts and Abstract Window Toolkit(AWT).
15+
### Week 9 => Swing Programming and Abstract Window Toolkit(AWT).
16+
### Week 10 => Networking with Java and Java DataBase Connectivity(JDBC).
17+
### Week 11 => Java DataBase Connectivity(JDBC) in detail.
18+
### Week 12 => Case Studies.
1919

2020
# How to use this Repository?
2121
### This Repository is for Reference.
@@ -25,8 +25,8 @@
2525

2626
# Tips for Assignment and Exam :-
2727
### - Every assignment has testcase so your code must need to pass all the testcases to get marks in assignment.
28-
### - Dont Write customized print statements because showing your creativity will simply mark zero. I got Zero not because output was wrong but wrote long print statements before outputs
28+
### - Dont Write customized print statements because showing your creativity will simply mark zero. I got Zero in few assignments not because output was wrong but wrote long print statements before outputs
2929
### - Prepare basics well before going into Exam.
3030

3131
### Thanks and All the Best working with Java.
32-
### Om Patel
32+
### Om Patel

0 commit comments

Comments
 (0)