00:01
So we have been given the equation as follows.
00:04
Let's write it down.
00:08
Editor for access control, java includes the keywords.
00:15
Select one public and expose.
00:17
Expose is not a keyword.
00:19
Public private and open.
00:21
Open is also not an access control keyword.
00:27
So the correct answer is this one.
00:32
Public, private and protected are the access control java keywords.
00:36
The wrong options.
00:39
Option c is the correct answer.
00:42
The second one, static methods can be called by an object.
00:48
Yes, they can be called by an object.
00:52
Can are also called class methods.
00:54
Yes, static methods are also called class methods are not contained within an object.
00:59
Yes, static methods exist as methods of the class and they are not contained in an object.
01:04
All of these choices are correct...