Skip to main content

Posts

Showing posts from October, 2022

Java Fundamentals, Day-03| Basic Java| Core Java

JAVA FUNDAMENTALS| DAY-01| PART-02

Class Notes: package basicJava; public class Car { // Class scope starts here //Class scopes are GLOBAL but METHOD scope is LOCAL //Core concepts of Java /* * Multiline comments * Comments - are two types: 1)Single-line comment // * Class - is nothing but a blueprint/design/template * to create Object /end product * What do we find inside Class? * - Inside the class we find * 3 things/ class members: 1) States - Properties/ Attributes/ Fields * 2) Behaviors -> Methods/Actions/Functions * 3) Main() methods * Variable - is nothing but a container that stores/hold data */ String name = "Tesla"; //Strings go inside quotation marks int price = 100000; // integer is a complete number These are states public void run() { //It is method and the Scope of the method starts here //Method is a block of code(s) that only runs/executes //when it is called by name System.out.println("

BASIC SELENIUM| SELENIUM WEBDRIVER| SELENIUM FUNDAMENTALS|QA AUTOMATION

CORE JAVA| JAVA FUNDAMENTALS| JAVA BASIC| JAVA FOR QA TEST AUTMATION

LEARN JAVA PROGRAMMING| LEARN PYTHON| SELENIUM WEB DRIVER| WEB AUTOMATIO...

SDET JOB READY TRAINING| BECOMING FREELANCER| FREELANCING|SELENIUM WITH ...

CODING BOOTCAMP| WEB DESIGN| WEB DEVELOPMENT| CODING| PROGRAMMING| DIGIT...

1-1 Mentoring Session with A Senior SDET in Python who is now learning JAVA!