|
4 | 4 | ### 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. |
5 | 5 |
|
6 | 6 | # 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. |
19 | 19 |
|
20 | 20 | # How to use this Repository? |
21 | 21 | ### This Repository is for Reference. |
|
25 | 25 |
|
26 | 26 | # Tips for Assignment and Exam :- |
27 | 27 | ### - 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 |
29 | 29 | ### - Prepare basics well before going into Exam. |
30 | 30 |
|
31 | 31 | ### Thanks and All the Best working with Java. |
32 | | -### Om Patel |
| 32 | +### Om Patel |
0 commit comments