Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Made Easy for Beginners, Testers, Selenium and Appium
Rating: 4.6 out of 5(47 ratings)
323 students

Java Made Easy for Beginners, Testers, Selenium and Appium

Beginners to Advanced Java Course for Beginners (Check course contents for more details)
Created byArun Motoori
Last updated 11/2022
English

What you'll learn

  • Core Java from Basics to Advanced

Course content

25 sections282 lectures77h 35m total length
  • About this Tutorial12:20

    Begin your Java journey from scratch with a practical, installation-first approach using Eclipse, designed for beginners and testers, covering Java basics, Selenium, and Appium automation.

  • What is Java?10:29

    Define Java as an object-oriented, platform-independent programming language used to build applications and support test automation. Explain how developers write code and how testers use Java-based automation to validate applications.

  • Downloading, Installing and Configuring Java33:41

    Master downloading, installing, and configuring Java on Windows, including choosing 64-bit, accepting licenses, setting environment variables, and compiling and running a simple Java program with the command prompt.

  • Downloading, Installing and Launching Eclipse IDE16:52

    Learn how to download, install, and launch the Eclipse IDE for Java development. Explore choosing a workspace and configuring project creation for simple Java programs.

  • Creating a Java Project7:25

    Create a Java project in Eclipse, set up the project, and add a sample class with a main method to run and view basic output.

  • Understanding Java Programs15:27

    Navigate the fundamentals of building Java programs by defining classes, writing the main method, and using semicolons and comments to organize code.

  • Compiler Errors5:27

    Explore how Java compiler errors arise when you ignore syntax rules, including missing semicolons, incorrect case, and unclosed braces, and learn to fix common structure issues in class definitions.

  • Print Statements11:08

    Explore how print and println work in Java to control text output. The lecture demonstrates printing on the same line versus starting new lines using println and newline characters.

  • Shortcut for writing System.out.println() statement4:01

    Master a time-saving shortcut for writing System.out.println() statements in Java, using four-letter triggers and Ctrl+Space to auto-complete, especially within the main method.

  • Comments10:36

    Learn how to use Java comments to explain code and expand underlying logic, boosting readability in complex projects. Master single-line and multi-line comment syntax, noting comments are ignored during execution.

Requirements

  • No prerequisites required as everything is explained from scratch
  • All installation required for learning Java are also included in this course

Description

This JAVA Made Easy for Beginners, Testers, Selenium and Appium course covers the below topics:

  1. Introduction to Java

  2. Downloading, Installing and Configuring Java

  3. Downloading, Installing and Launching Eclipse IDE

  4. Print Statements

  5. Comments

  6. Variables

  7. Data Types

  8. Literals

  9. Operators

  10. Flow Control Statements

  11. Classes

  12. Objects

  13. Methods

  14. Arrays

  15. String Class and its methods

  16. StringBuffer Class and its methods

  17. Wrapper Classes

  18. Math Class and its methods

  19. Packages

  20. Inheritance and its types

  21. Constructors

  22. Overloading

  23. Overriding

  24. this keyword

  25. super keyword

  26. Modifiers

  27. Exception Handling

  28. Interfaces

  29. Abstract Classes

  30. Collections Framework

  31. Reflection API

  32. Generics

  33. File Handling

  34. Getter and Setter Methods

  35. OOPS Concepts

  36. JDBC

  37. enum

  38. Varargs

  39. Inbuilt Annotations

Who this course is for:

  • Java Beginners from any field
  • Java required for Software Testers
  • Java required for learning Selenium Automation Tool
  • Java required for learning Appium Automation Tool