Creating Objects in Java Using new Keyword | Student Class Example | Java Zero to Hero – Episode 6

Опубликовано: 19 Май 2026
на канале: NextGen Automation
55
0

Welcome to Episode 6 of Java Zero to Hero for Software Automation Testing

In this video, we learn how to create objects in Java using the new keyword, based on the Student class created in earlier lessons.

You’ll clearly understand how an object is created, what the new keyword does, and why the object reference variable name and its data type are the same class.

This is a key concept for understanding how Java programs work in memory and how objects are used throughout automation frameworks.

-- In this video, you’ll learn:

What an object is in Java

How to create objects using the new keyword

Meaning of Student student = new Student();

Difference between class and object

Why the object variable type is the class name

How objects are used in real Java applications

-- Who this video is for:

Java beginners

Automation testing beginners

Manual testers learning Java

Students confused about class vs object

#JavaForAutomation
#JavaZeroToHero
#JavaObjects
#NewKeyword
#StudentClassExample
#JavaBeginners
#ObjectOrientedProgramming
#JavaOOP
#AutomationTesting
#LearnJava
#SeleniumJava
#JavaTutorial
#AutomationFramework