Collections Framework - Real Time Examples and Assignments | Core Java Tutorial | Mr. Hari Krishna

preview_player
Показать описание
Core Java Tutorial | Mr. Hari Krishna

Welcome to the Core Java Tutorial Series! In this video, we introduce the essential concepts of Core Java and guide you through building a strong foundation in Java programming. Perfect for beginners and those refreshing their Java skills!

🔹 Course Details :
• Topic: Core Java Course Overview | NareshIT

🔹 Join Our Community For Latest Updates:

• 📚 Learn Core Java with NareshIT and take your Java development expertise to the next level. Don’t forget to like, comment, and subscribe for more tutorials and updates!

#corejava #javatutorial #javaprogramming #learnjava #nareshit #javaforbeginners #javacourse #programmingbasics #javadevelopment #javaskills #javalearning #enterprisejava #javatraining #javaseries #javacode #javaframeworks #javatips #springframework #javaconcepts #codingwithjava

*💡 About NareshIT:

"Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
________________________________________________________________________________________________________________

💡 Our Online Training Features:
• 🎈 Training with Real-Time Experts
• 🎈 Industry-Specific Scenarios
• 🎈 Flexible Timings
• 🎈 Soft Copy of Material
• 🎈 Recorded Videos of Each Session
________________________________________________________________________________________________________________

Please write back to us at
Рекомендации по теме
Комментарии
Автор

Best explanation ever on collection. Best teacher and you know the mind set of listener. That's why you are great.

nitheshkumar
Автор

Hi Hari Sir,
Thank You very much for your real time example on collection framework.
I have Developed the code according your requirement and its working.

import java.util.ArrayList;
import java.util.List;

public class FrontOfficePeople {

public static void main(String[] args) {

Company company = new Company();

company.createEmployee(101, "Hari", 50000, "Software Engg");
company.createEmployee(102, "Naresh", 40000, "Manager");
company.createEmployee(103, "Mahesh", 30000, "Testing Engg");
company.createEmployee(104, "Kiran", 35000, "Java Developer");

List<Employee> list = company.getEmployeesList();

for (Employee emp : list) {
System.out.println(emp);
}

}

}

class Employee {

private int empNo;
private String empName;
private int salary;
private String job;

public Employee(int empNo, String empName, int salary, String job) {
this.empNo = empNo;
this.empName = empName;
this.salary = salary;
this.job = job;
}

public String toString() {
return empNo + " " + empName + " " + salary + " " + job;
}

}

class Company {
private Employee employee;
private List<Employee> list;

public Company() {
list = new ArrayList<Employee>();
}

public void createEmployee(int empNo, String empName, int salary, String job) {
employee = new Employee(empNo, empName, salary, job);
list.add(employee);
}

public List<Employee> getEmployeesList() {
return list;
}

}

learncoding
Автор

the first rule of teaching is that you have to connect wid the students so that they correlate wid topic and you are master in that
the way you explain the topic is simply amazing.thanks sir for making collection so easy i hope one day i m also master in collection only bcoz of you

MoinKhan-
Автор

sir, before 30 minutes I just ignore to learn about the concept of collections Framework but yet I feel it's very important. ..☺
easy also

javascriptwar
Автор

no one can teach like natraj sir and hari krishna sir..no words for you sir ..thanks in my bottom of my heart...I LOVE YOU sir

chandanpandey
Автор

First of all thank you. Amazing example to connect concepts of oop and collections! From object design/creation to storing and manipulating. Also amazed by how humble you are. 🙏🏾

G-jx
Автор

After watching the video i hv only one sir is always Owesome...

noth
Автор

u are best teacher in programming....simply amazing...Thanks a lot sir

dreamvallyhasan
Автор

if one teaches programming using real life examples them trust me u will feel easy in thnxx sir

ankursrivastava
Автор

this video is an eye-opener for many people like me, Thank you sir

sureshgarine
Автор

Thanks a lot sir very good explanation can able to understand easily real time superb

poornisridhar
Автор

Awesome Sir, amazing points and clean and clear explanation among real time examples. Hands up Sir. I have missed before and wasted my time. Thank you so much.

venkateswarlupanyam
Автор

nice sir ur hero of naresh it..most of the people come to naresh it region is only hari sir

gopireddytalatala
Автор

Thank you so much sir...I want to follow more videos after watching this video..

appuchaitu
Автор

You are an amazing teacher, Thank you sooo much.

katy
Автор

Dear Hari
Your way of teaching very good and thanks for this nice example

byjuv.s
Автор

You are Just Amazing !! This is want i think most of beginners or Java developers ever wanted a real life and practical example and explanation which is nowhere in internet. Thanks a lot and keep up your great work Sir.

ninidiy
Автор

Thank you Sir, Really It was amazing, I'm from Sudan and i am one of your students from 11 am batch, I like your explanation, you helped me a lot with this tough topic .

mohmedyususf
Автор

Thank you so much sir... In vry easy way u Excellent sir...

sheetaljoshi
Автор

very good teacher and very good explanation ....simply great

amitmisra
join shbcf.ru