Selenium- Video 3 : Incomplete? | Selenium Forum
M
Posted on 29/12/2016
Is the selenium TRAINING VIDEO - 3 complete, As after some time (roughly around 50 mins) the same video is repeated.
Also i am not able to solve few question mentioned in Exercise of Video 3.

e.g
For Question 15: In which video is the concept of protected, transient, volatile datatype mentioned?
For Question 16: not sure what does line 'static JavaClass obj' mean? Is this covered in any other video

Both of them is not covered in video 3. Am i missing anything. Please suggest.

M
Replied on 29/12/2016

transient, volatile datatype are not used but if you want to learn here are the links.
http://javarevisited.blogspot.in/2012/03/difference-between-transient-and.html


protected data type
http://stackoverflow.com/questions/215497/in-java-difference-between-default-public-protected-and-private

static java class obj
http://javapapers.com/core-java/explain-the-java-static-modifier/