File size: 1,798 Bytes
78b4844
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
1
00:00:00,000 --> 00:00:01,000
-: In this particular module,

2
00:00:01,000 --> 00:00:03,000
we'll focus on Java programming.

3
00:00:03,000 --> 00:00:04,000
Now, there's the assumption that,

4
00:00:04,000 --> 00:00:06,000
when you start with Spring Framework,

5
00:00:06,000 --> 00:00:07,000
that you should know Java.

6
00:00:07,000 --> 00:00:09,000
And of course, when you started with this course,

7
00:00:09,000 --> 00:00:10,000
you might be knowing Java.

8
00:00:10,000 --> 00:00:12,000
But what if you want to revise the concepts?

9
00:00:12,000 --> 00:00:14,000
And what if you missed some topics earlier

10
00:00:14,000 --> 00:00:16,000
and now you want to revise them?

11
00:00:16,000 --> 00:00:18,000
Now, this is a perfect place to do that.

12
00:00:18,000 --> 00:00:19,000
Now, in this entire module,

13
00:00:19,000 --> 00:00:21,000
we're going to learn the entire Core Java part.

14
00:00:21,000 --> 00:00:23,000
We're going to focus on the basics,

15
00:00:23,000 --> 00:00:25,000
then we'll move toward the components of it,

16
00:00:25,000 --> 00:00:28,000
like variables, conditions, loops.

17
00:00:28,000 --> 00:00:30,000
And then we'll move toward the advanced concepts,

18
00:00:30,000 --> 00:00:32,000
like OOPs concept, we'll focus on exception handling,

19
00:00:32,000 --> 00:00:34,000
threads, and many more.

20
00:00:34,000 --> 00:00:35,000
Now, after learning all those things,

21
00:00:35,000 --> 00:00:37,000
it will be much easier for you

22
00:00:37,000 --> 00:00:39,000
to understand the Spring Framework.

23
00:00:39,000 --> 00:00:40,000
So I hope you will enjoy the entire Core Java,

24
00:00:40,000 --> 00:00:42,000
and even if you think you know Core Java,

25
00:00:42,000 --> 00:00:44,000
it's always better to relearn the things.