P44 - POJO Class & Java Bean Class in Java | Core Java | Java Programming |

preview_player
Показать описание
In this video, I have explained about "POJO Class & Java Bean Class in Java".

Points covered in this video:
❇️ What is a POJO class?
❇️ Rules for a class to be called as a POJO class
❇️ Example of POJO class
❇️ What is a Java Bean class?
❇️ Rules for a class to be called as a Java Bean class
❇️ Example of Java Bean class
❇️ Differences between POJO & Java Bean classes

🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶

===================================
===================================
Connect me @
===================================
===================================
🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.

#hyrtutorialstelugu #selenium #java #telugu
Java programming by Yadagiri Reddy
Рекомендации по теме
Комментарии
Автор

yevaru bro nuvvu intha talented gaa vunnav.

potlamarriveeraraghava
Автор

Anna chalaaa days ipoyindhi me videos kosam waiting anna ..me teaching valle interest vasthndhi java .tq so much anna .continue cheyi anna plzz

mrveera
Автор

Sir, miru chebutunna prati topic naku nursery level concept la anpistundi...baboy enni rojulu naku enta confusion enduko prati concept paina....ante mi teaching vere level....eppudu inka interview ki vellataniki full-fledged confidence vundi ..thanks a ton!!

asirhiareddy
Автор

Sir, Thank you so much sir. One interviewer asked this question to me. Now I understood very clearly. Thanks a million times, Sir. I have implemented the HW you have assigned.


package pojoJavaBean;

// Create the object for EmployeePojo class
public class Employee {

public static void main(String[] args) {

EmployeePojo e1 = new EmployeePojo();
e1.setId(101);
e1.name="Sam";
e1.salary=8000.80;

EmployeePojo e2 = new EmployeePojo();
e2.setId(101);
e2.name="pandu";
e2.salary=7000.90;

EmployeePojo e3 = new EmployeePojo();
e3.setId(101);
e3.name="madhu";
e3.salary=6000.30;

EmployeePojo[] emp=new EmployeePojo[] {e1, e2, e3};
int totSalary = 0;
for(int i=0;i<emp.length;i++)
{
totSalary +=emp[i].salary;



}


}

}


But, in Java Bean, how to send the java obj thru seriealization?
I understand setting and getting the data and store it in an array. But how to send the array thru serialization to database layer?

kavitha-
Автор

Wow! entha baga a video lo kuda explain cheyaledu.. Chala Thanks andi! Please keep doing more valuable videos. DSA for automation testers series kuda cheyandi please..

vadlamudimadhuri
Автор

Subject teliyadam oka yettu but adi evarikaina understandable way lo explain cheyadam inko yettu....keep going👍

rounaqara
Автор

Nice anna now i understand what is exactly pojo and java bean class

P.Anji
Автор

Thank you sir, No tutorial is as clear as this on Youtube so far (might have missed if it is available😅). Sincerely Requesting a detailed tutorial on Spring Beans if time permits.
Thank you for your time sir

SatyadeepYenumula
Автор

Unique gaa undhi anaa nii way of explanation nanu chala video chusa kanii avadu elaa detail gaa chapaladhu

tsomashekarraju
Автор

Anna .konchem multithreading concept meedha nxt video chey anna...clg vaalla kantey nuvvu cheppedhey inka bhaaga ardam avutundhi.. ❤️

venkataramanadamisetti
Автор

Assignment Question code: int Overall_Salary=0;
for(int i = 0 ; i<e_details.length; i++){
Overall_Salary = e_details[i].salary + Overall_Salary;
}
System.out.println("Overall Salary is: "+Overall_Salary);
}

rajkumarmatangi
Автор

Very nice and useful content. Thanks for your efforts

imtiazbasha
Автор

Your explanation is best ever... please make more videos sir.

new_Learning
Автор

Sir, meeru please java DSA series start chesthara next year.E whole java series chaala neat ga chepparu sir . please do consider my request

Deepika-ugxc
Автор

sir huddy is supper great teaching sir

Kings
Автор

your teaching level is extraordinary .please do vedios on spring frameworks thank you .

archanauppar
Автор

Detailed explanation by covering all concepts with the real life examples. So glad to watch your series. Please also explain about Spring tutorials also.

SaiRam-kqgt
Автор

Super sir, next level teching.... batch processing gurinchi kuda okka video prepare cheyandii

deshaganikavitha
Автор

BDD & CUCUMBER telugu lo pettandi pls
impressed with your classes
pls continue

munindharr
Автор

Sir, am waiting for ur tutorials, its full of happyness to me to get watched, thank you so much sir.... 🤗🤗🤗🤗

srinivasjesus