Core Java for Selenium

Learn Core Java for Selenium from Basics to Advanced level.

  • ( 5.0 ) (3 Reviews) 7 students enrolled

Course Overview

This core Java course is designed in such a way that it can be understood easily by anyone without any prior knowledge of programming. As a part of the course, you will come across a lot of examples, provided by notes, along with live coding in eclipse. each of the topic is covered in detail; with lots of assignments that will help you in interviews. Once you have completed the course, you will be able to answer any question and gain confidence in Java Programming.  

What are the requirements?

  • None

What am I going to get from this course?

  • • Learning Java Programming through simplistic steps
  • • Understanding java class structure and method
  • • Gain practical knowledge on implementing and using the OOPS
  • • Would be confident in core Java and able to answer all core Java interview questions

What is the target audience?

  • Anyone with Basic Programming Knowledge

About the Author

We at SkillRary strive to provide simple yet powerful training or tuition on all domains. This organization has started with a mindset to share the knowledge that the internet or an individual has in a progressive manner. SkillRary is an online training programme, trying to get the best content for all on a very low cost and thereby helping everyone with a digital schooling and online education.  

SkillRary provides computer based training (CBT), distance learning or e-learning, that takes place completely on the internet. The courses involve a variety of multimedia elements, including graphics, audio, video, and web-links which can be accessed to the enrolled clients.

In addition to presenting course materials and content, SkillRary gives the students the opportunity for live interactions and real-time feedback in the form of quizzes and tests. Interactions between the instructor and students are also conducted via chat, e-mail or other web-based communication. Unlike any other, we here also let the students know which module has to be gone through first. All the modules are placed according to the lesson plans so that students will know what to refer first.

SkillRary is self-paced and customizable to suit an individual's specific learning needs. Therefore it can be conducted at any time and place, provided there is a computer or smartphone with high-speed internet access. This makes it very convenient to the users who can modify their training to fit into their day-to-day schedule. All our users will be able to use our eLearning system to its full capacity.

Course Curriculum

Core java Introduction
1 Video Lectures | 05:18

  • Introduction
    05:18
     

Operators
6 Video Lectures | 1 Quiz | 57:39

  • Arithmetic operators
    06:13
     
  • Unary operators
    00:22:48
     
  • Relational Operators
    04:52
     
  • Logical Operators
    00:03:20
     
  • Assignment Operators
    00:05:24
     
  • Flow Controlling Statements
    00:15:02
     
  • Operators
    5 Questions
     

Loops
3 Video Lectures | 1 Quiz | 17:45

  • For loop
    00:08:07
     
  • While Loop
    00:05:37
     
  • Do-while loop
    00:04:01
     
  • Loops
    5 Questions
     

Data Types and variables
1 Video Lectures | 10:42

  • Data Types and variables
    00:10:42
     

Methods
1 Video Lectures | 15:34

  • Methods
    00:15:34
     

Array
1 Video Lectures | 1 Quiz | 14:10

  • Array
    00:14:10
     
  • array
    5 Questions
     

Java Object and class
4 Video Lectures | 1 Quiz | 01:14:51

  • Class and Object
    00:18:10
     
  • Class members
    00:14:33
     
  • Variable types
    00:08:15
     
  • Constructor
    00:33:53
     
  • Constructor
    9 Questions
     

Identifiers and Keywords
1 Video Lectures | 06:09

  • Identifiers and Keywords
    00:06:09
     

Inheritance
1 Video Lectures | 12:15

  • Inheritance
    00:12:15
     

Polymorphism
3 Video Lectures | 1 Quiz | 20:24

  • Parent reference to child object
    00:08:24
     
  • Overriding
    00:06:09
     
  • Overloading
    00:05:51
     
  • Inheritance & Polymorphism
    10 Questions
     

Exception Handling
9 Video Lectures | 1 Quiz | 55:44

  • Exception Handling
    00:09:53
     
  • Try with multiple statements
    00:03:12
     
  • Try with multiple catch
    00:06:33
     
  • General ctach block
    00:05:37
     
  • Exception inside a method
    00:12:22
     
  • Throw and finally
    00:06:14
     
  • Exception hierarchy
    00:02:47
     
  • Try resource
    00:06:41
     
  • Single catch block to catch multiple exceptions
    00:02:25
     
  • Exception Handling
    10 Questions
     

Assertion
1 Video Lectures | 1 Quiz | 04:54

  • Assertion
    00:04:54
     
  • Assertion
    4 Questions
     

Object class
4 Video Lectures | 1 Quiz | 22:22

  • Object class
    00:01:51
     
  • Difference between == and equals
    00:05:14
     
  • Comparision of custom objects
    00:10:03
     
  • Override to String
    00:05:14
     
  • Object class
    5 Questions
     

String
2 Video Lectures | 1 Quiz | 23:57

  • String
    00:02:49
     
  • String class methods
    00:21:08
     
  • String
    5 Questions
     

Collection Framework
22 Video Lectures | 1 Quiz | 01:22:02

  • Collection Introduction
    00:02:09
     
  • List Interface
    00:00:43
     
  • Load objects into ArrayList and retrive them using for,for-each,Iterator and Lis
    00:13:13
     
  • Load objects into generic ArrayList and retrive them using for,for-each,Iterator
    00:06:05
     
  • Load User defined objects into generic ArrayList and retrive them using for
    00:04:56
     
  • Load User defined objects into generic ArrayList and retrive them using for-eac
    00:03:04
     
  • Hashset Part-1
    00:02:47
     
  • HeshaSet Part- 2
    00:02:53
     
  • Generic HashSet Part- 1
    00:03:22
     
  • Generic HashSet Part -2
    00:02:43
     
  • Linked HashSet Part-1
    00:01:56
     
  • Linked HashSet Part-2
    00:01:48
     
  • Generic Linked HashSet
    00:04:11
     
  • Generic LinkedHashSet Part-1 (using user defined object)
    00:04:57
     
  • Generic LinkedHashSet Part-2 (using user defined object)
    00:02:07
     
  • TreeSet
    00:02:25
     
  • Generic TreeSet
    00:02:04
     
  • Few Key things about Set
    00:03:08
     
  • Hashtable
    00:06:49
     
  • Frequently used methods in HashTable Part-1
    00:02:26
     
  • Frequently used methods in HashTable Part-2
    00:03:30
     
  • Frequently used methods in HashTable Part-3
    00:04:46
     
  • Collection
    5 Questions
     

Threads
4 Video Lectures | 1 Quiz | 16:54

  • Threads introduction
    00:03:05
     
  • Creating thread by extending Thread class
    00:03:56
     
  • Creating thread by implementing Runnable interface
    00:03:12
     
  • Synchronization
    00:06:41
     
  • Threads
    5 Questions
     

reviews

  • Sagar babu
    The course had a detailed explanation. It’s a good course for Java. The teaching was very clear for even a beginner to understand. Thank you!
  • radhika h
    good
  • swathi T
    very nice content