Part 9 | Abstract Class, Exceptions, Threads | Java Programming Malayalam Tutorial

  Рет қаралды 223,326

Brototype Malayalam

Brototype Malayalam

Күн бұрын

Register now for 100k Coding Challenge : study.brototyp...
Today I will be discussing with you Abstraction, Exception & Thread. Also, we will be doing some coding problems related to this particular topic.
I hope you will enjoy today's tutorial and please provide your valuable feedback in the comment session.
08:00 Abstraction
37:13 interface
38:27 package
46:16 Access specifiers
46:52 private
47:38 protected
47:54 Default
48:25 public
52:56 Exception
01:01:15 Thread
1:3:58 Extend Thread class &Implement Runnable interface
01:04:53 Thread. sleep
#100K Coding Challenge is a series of 10 programming tutorial videos in Malayalam which is an initiative by Team Brototype (Former Crossroads) to teach programming in the simplest possible manner to 1 lakh students across Kerala completely FREE of cost.
Register Link: study.brototyp...
Certificates will also be issued to candidates who complete the 10 videos and pass the Test successfully.
Video tutorials will be uploaded and published on our Brototype Malayalam (Former Crossroads) KZbin channel.
Participants are requested to subscribe and enable notification on our KZbin channel in order to get the tutorial videos as soon as they are released.
About us:
Subscribe to Kerala's top tech-career KZbin channel and gain access to free programming tutorials and tech-career videos in Malayalam. This channel will help you gain skills and knowledge to build a high-income career in the IT field.
Enroll in our 7-month offline training program, 'Brocamp', to learn coding and other skills in an office environment by paying the training fee after placement.
To know more about Brocamp, Visit:
brototype.com/...
For any inquiries & updates:
Call/Whatsapp us at 7034395811
► Connect with Nikhil Kilivayil: www.instagram....
Connect on Linkedin: / nikhilkilivayil
► Follow Brototype on Instagram: www.instagram....
► Follow Brototype on Linkedin: / mycompany

Пікірлер: 453
@avathaalam
@avathaalam 4 жыл бұрын
Abstract manasilathavar ath 2 ,3 thavana kandaal mathi..Koode ath cheyth koodi nokkiyaal crct aayi manasilavum..Enikum ith aadhyam onnum manasilayilla njan 3 thavana kandathinu shesham aanu enik manasilaayath
@user-wg9ov5hn9b
@user-wg9ov5hn9b 3 жыл бұрын
അതെ സത്യം എനിക്കും മനസിലായി 👍👍👍😊😊
@jacksonpatrick3454
@jacksonpatrick3454 3 жыл бұрын
Hello obj; enthuva? Hello obj=new Hello(); ingne alle?
@leroydupuis9648
@leroydupuis9648 3 жыл бұрын
@@jacksonpatrick3454 it's called reference type, obj is now reference type of Hello class definition and it's not initialised yet. When you initialised with new operator the obj value is pointed to instance object of hello in heap.
@leroydupuis9648
@leroydupuis9648 3 жыл бұрын
As a side note, memory handling is important in any programing language, to perform some task you need to allocate some memory in heap, To understand this you need to refer malloc function in C or memory allocation strategy in microprocessors. In C malloc is used to do a manual allocation of memory in heap and after the task complete you need to free up the memory by your self. In java when you use new operator the memory is created for particular object of that class in heap and you don't need to worry about freeing memory because Java has automatic garbage collection procedure.
@watchnow4211
@watchnow4211 2 жыл бұрын
@@jacksonpatrick3454 same Question
@pradheeshkr999
@pradheeshkr999 2 жыл бұрын
Please explain about Abstract class, as you said in the video, it will be helpful if you explain it with the help of anything other than code.🙂
@Jo70964s
@Jo70964s Жыл бұрын
kzbin.info/www/bejne/fqeznXiAaLF7nac
@safwansalim5652
@safwansalim5652 Жыл бұрын
bro simple aayitt parayaam. Abstract classinu object indakkan kazhiyilla. But object declare chyyan kazhiyum. Ath initialize cheyyan kazhiyilla. Eg:- Hello oru abstract class aahnenkil Hello obj; ingane object declare cheyyaam. But Hello obj = new Hello(); ingane initialize cheyyumbol error varum. Ivide namukk hello il ninn oru abstract methodilekk value assign cheyyenda aavishyam indu. Normally nokkumbol ath possible alla. But, athine inherite cheytha classil ninnum call cheyyan saadhikkum. Athinu, Main (Sample) classil ninnum TextScanner enna classinu object create cheyyumbol athinte constructorilekk Main classinte object (this) pass cheyyunnund. Appol TextScanner enna classil athinte constructor codeil nerathe Hello yude object declare cheyth vechillee... Athilekk ee Main classinte object assign cheyyunnu. Aadyam Hello obj; ingne veruthe declare cheythu vechu. Athinu shesham constructor codeil athilekk kittunna objectine declare cheytha objectilekk assign cheythu. this.obj=obj; ithil 'this.obj' nerathee declare cheytha global object aanu. Athilekk constructorilekk varunna object ne assign cheyyunnathaanu = obj; Manassikaayo😊 Ith enthinanu cheyyunnath enn vechaal, TextScanner enna classil ninnum direct aayitt Hello yude classile method neyoo variablesneyoo call cheyyaano values assign cheyyaano kazhiyilla. Appol athine inherite cheytha classil ninnum avaye call cheyyanum values assign cheyyanum kazhiyum. Kaaranam Hello classinte oru copy inherite cheytha classileko varum. Athinaanu Main classil Hello ne inherite cheythitt Main classinte objectine TextScanner classilekk pass cheythath. Njn ee parnja explanation videoyude koode nokkiyaa korchuudi simple aayi manssilaavum
@muhammedajmals7625
@muhammedajmals7625 Жыл бұрын
​@@safwansalim5652 bro can you give your gmail?.. Still kurach doubts und🙂
@macqgaming
@macqgaming 8 ай бұрын
​​@@safwansalim5652thankyou bro ithreyum vrithiku explain cheyth thannathinu🥹❤️
@safwansalim5652
@safwansalim5652 8 ай бұрын
@@macqgaming welcome😌
@yogitech9951
@yogitech9951 4 жыл бұрын
3rd yearil padicha abstraction ippo aanu kurachu koodi clear aayathu thanks nikhil bro
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
😍
@lilkannapi1837
@lilkannapi1837 2 жыл бұрын
sathyam aano anandhu bro
@prajithar6174
@prajithar6174 Жыл бұрын
I watched that abstraction portion 3 times then i just got it.. 🔥i feel very very happy... Thankue from my heart sir ❣️
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
@GOODIESS
@GOODIESS 3 жыл бұрын
ചൈന കൊറോണയെ ഇറക്കി ഞങ്ങളെ പേടിപ്പിച്ചപ്പോൾ ആരും കരുതിയില്ല bsc computer science വിദ്യാർത്ഥിയായ ഞാൻ ഇതിലും വലിത് എന്തോ കാണാൻ ഇരിക്കുന്നു എന്ന്..... കോറോണയെ മറികടക്കുന്ന പാതയിൽ പകുതിയിൽ വെച്ച് അതി ഭീകരമായ വാർത്ത കേട്ടു...അതെ കാലിക്കറ്റ് യൂണിവേഴ്സിറ്റി ചൈനയെക്കാൾ വലിയ പാരകളാണ് എന്ന് 5ത് sem notification വന്നപ്പോൾ മനസിലായി.... Time ടേബിളും കയ്യിൽ പിടിച്ച് ദിവസങ്ങൾ എന്ന് തുടങ്ങുകയായി തുടങ്ങിയത് phpye ധ്യാനിച്ച് തുടക്കം ഗംഭീരം എന്നാൽ പാതിവഴിയിൽ ജവയിൽ എത്തിയപ്പോൾ ജാവ ക്ലാസ്സിൽ pubg കളിച്ചത് മാത്രമേ ഓർമയുള്ളു... Syllubus നോക്കിയപ്പോൾ എവിടെയോ കേട്ടു മറന്ന വാക്കുകൾ ... പഠിക്കാൻ തന്നെ തീരുമാനിച്ചു നോക്കിയപ്പോൾ notes illa.. തിരഞ്ഞു എത്തിയത് ഇവിടെ വെറും മണിക്കൂറുകൾ കൊണ്ട് എന്നെ ജാവ സിംപിൾ ആണ് എന്ന് padippichathin നന്ദി....👍
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
അരേഹ്‌ വ്വാഹ്‌!! സഭാഷ് സഭാഷ് 👏🏼 നിനക്കിരിക്കട്ടെ ഒരു കുതിരപവൻ 🎖
@GOODIESS
@GOODIESS 3 жыл бұрын
@@BrototypeMalayalam 😂😂😂😂
@alenrenny4528
@alenrenny4528 3 жыл бұрын
Abstract class nu object create cheyan inherit chetu putiya class il (hello obj ;) koduta matoyo? ... Any one pls 🙏 replay
@കുറുപ്പ്-ഝ8ശ
@കുറുപ്പ്-ഝ8ശ 3 жыл бұрын
Nte monerr
@Statt-est913
@Statt-est913 4 ай бұрын
Doubt clear aayo bro 🥹 ​@@alenrenny4528
@hananahmmedh5393
@hananahmmedh5393 3 жыл бұрын
Class nannayi manassilayi, Thankyou sir ❤️
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
aha! its our pleasure helping you guys ♥️
@stephin036
@stephin036 3 жыл бұрын
Mind-blowing explanation of abstract concept.. congrats team! .. go ahead.
@a12-j4c5v
@a12-j4c5v 3 жыл бұрын
22:15 ivide object entha ingane declare chythe?
@alenrenny4528
@alenrenny4528 3 жыл бұрын
Abstract class nu object create cheyan inherit chetu putiya class il (hello obj ;) koduta matoyo? ... Any one pls 🙏 replay
@sarathcholakkal6485
@sarathcholakkal6485 3 жыл бұрын
@@alenrenny4528 manasilayo
@alenrenny4528
@alenrenny4528 3 жыл бұрын
@@sarathcholakkal6485 yes
@abduraoofm6099
@abduraoofm6099 3 жыл бұрын
@@sarathcholakkal6485 bro adyam sir paranju abstract classinu object patilla ennu Pinne adutha classil helloyude object declare cheythu Angananannu onnu paranju tharuo?
@sankeerthshaji
@sankeerthshaji 2 жыл бұрын
Abstraction adhyam kandapol onnum manasilaytla...but oru 3,4 thavana repeat cheyth kandapol clear aayi 👍
@Ask-786
@Ask-786 2 жыл бұрын
Help me brooo
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
Athil 'TextScanner' classil first 'Hello obj;' Ith entha sambhavam? Abstract classin object indakan kayiyillalo, pinne ath entha?
@sankeerthshaji
@sankeerthshaji 2 жыл бұрын
@@mohammedminhaj250 object indakunilla...object pass cheyuvan
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
@@sankeerthshaji athine kurich explain cheyyavo?, allel videos vallathum undo
@sankeerthshaji
@sankeerthshaji 2 жыл бұрын
@@mohammedminhaj250 bro abstract classin object create cheyan kazhiyilla , but ee programmil namk hello classile function (on text) call cheyanam so namk hello classinte object venam. Hello classinte object create cheyan patathond naml ivide hello classinte object PASS cheyukayan. Object pass cheyunathine kurich part 8il last sir explain cheyunund.
@433creations9
@433creations9 2 жыл бұрын
I will watch until i will get an idea about thiss
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
Idea kittiya 💡😶
@433creations9
@433creations9 2 жыл бұрын
@@mohammedminhaj250 kityy bro.... Ipol node js ahnu padikanne
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
@@433creations9 engana manasilaye bro? Enik onnum manasilayilla
@433creations9
@433creations9 2 жыл бұрын
@@mohammedminhaj250 bro mansilakunna vare kanukka... Once click akkum
@433creations9
@433creations9 2 жыл бұрын
@@mohammedminhaj250 this channel is such a gem.... C set ayyal bakki ful set ayikollum
@anukutty9820
@anukutty9820 2 жыл бұрын
U r just amazing cheta...ellam... adipowli ayi manasil avunu ❣️❣️❣️❣️
@muhammadsahad9360
@muhammadsahad9360 2 жыл бұрын
Ente sahacharyam karanm njn +2 commerce ayirunnu edthath.(afs , computer application illathath). Ath kondenne eni coding okke padikkan nth cheyyanm enn ariyathe irikkukayayirunnu. Ningale video kandappozhan ente chance kazhinjittilla enn mansilayath.. ith vrthe type cheyyunnathalla. This is from my heart ❤️. Thnkuu sir for this great classes. Eni angottulla valarchakkm brototypinte valiya sanidhyam indakumenn pradheekshikknnu🤍
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
Sure! ❤️ Always keep in touch with our team! We will guide you 7034395811
@Alter_ff
@Alter_ff 2 жыл бұрын
Now what are you doing
@rashadbs2010
@rashadbs2010 3 жыл бұрын
sir database inde videos venam...every concept of java i had learned from you thank you so much . CROSS ROADS❤
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
we are covering its basics in Web Development Challenge
@dazzderop2473
@dazzderop2473 2 жыл бұрын
8,9 episode onnum manasilakunnilla
@---Id-----adil.x__
@---Id-----adil.x__ 2 ай бұрын
Ipo kando
@GagarinsJourney
@GagarinsJourney Жыл бұрын
Abstract class watched 5 times !! At last Ith manslavathond akke Sed ayyi
@ShebinlalIT
@ShebinlalIT 4 ай бұрын
enda manasilakunnille
@---Id-----adil.x__
@---Id-----adil.x__ 2 ай бұрын
Pine kando
@sujaysubhash8804
@sujaysubhash8804 Жыл бұрын
I watched three times to understand the abstract class well, thanks to Nikhil sir❤️
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
🔥
@prichithcp1517
@prichithcp1517 Жыл бұрын
4
@chitraarun9791
@chitraarun9791 Ай бұрын
Hi Sir, I came to know about this channel recently… Great classes and i am an aspirant thoroughly following and started to learn from your online classes Could you please make another video on abstract class… Thanks
@yadhukrishna9839
@yadhukrishna9839 3 жыл бұрын
interface Hello { void onText(String text ); } public class Sample { public static void main(String[] args) { Hello obj=new Hello() { public void onText(String text) { System.out.println("Scanned text"); } }; obj.onText(" "); } } Coding by spoon feeding does'nt work You have to be passionate to learn any stuff. I was not able to follow this lecture after watching one time. Suddenly I remember about the J shaped curve Nikhil Sir mention in one of his video. I was keen to learn How this works and finally able to find the solution. #Crossroads😍
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
😍😍😍
@jyothish.m.u
@jyothish.m.u 4 жыл бұрын
Interface നെ ഒഴിവാക്കേണ്ടായിരുന്നു !🙁
@ArunKVinod
@ArunKVinod 2 жыл бұрын
Thread life cycle is an important topic.
@aryag9935
@aryag9935 3 жыл бұрын
Thank you sir ❤️
@binualiyas
@binualiyas 4 жыл бұрын
56:59 Sir we need this deatailed tutorial please
@albinantony4509
@albinantony4509 2 жыл бұрын
i need also bro , detailed section available ahno?
@desmondcreed4843
@desmondcreed4843 2 жыл бұрын
7:43 - *Abstrastion* 14:07 - Explaining Abstract method usage
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
Athil 'TextScanner' classil first 'Hello obj;' Ith entha sambhavam? Abstract classin object indakan kayiyillalo, pinne ath entha?
@MuraliKrishnan-p7j
@MuraliKrishnan-p7j 2 жыл бұрын
@@mohammedminhaj250 same fileil annekil abstarctinnu obj create cheythe use cheyan pattathilla. but, mattaoru fileil athu use cheyan pattum,
@presanthsnair4062
@presanthsnair4062 4 жыл бұрын
Chetta aa interface onn parayuo enthna use cheyanenn
@mohmed-qx6kn
@mohmed-qx6kn Жыл бұрын
abstraction kande kand prathaa ayavar evivde come on...
@48.surjithmm
@48.surjithmm 3 жыл бұрын
Thankyou CrossRoads.
@Casper-kv4er
@Casper-kv4er 2 жыл бұрын
Run adich control+space adichapol beranilla @override run() suggestion🥺, Vere kure suggestions verunnu
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
currently oru learning club nadakkunnund, telegram group vazhi free ayi 24/7 tech support athil provide cheyyunnund, you can clear all the doubts regarding basic coding there. join cheyyan ee linkil click cheyyu: bit.ly/3JNt5KG
@SathyaSankar
@SathyaSankar 4 жыл бұрын
Abstract onnum manassilaayilla
@---Id-----adil.x__
@---Id-----adil.x__ 2 ай бұрын
Pine kando
@thomaspm6481
@thomaspm6481 3 жыл бұрын
Superb class sir.Please provide tutorials for j2ee also
@anshajlogan1040
@anshajlogan1040 4 жыл бұрын
Interface deatail class please
@abhishekIN365
@abhishekIN365 2 жыл бұрын
sir, ingal super anu. thank you
@kuriangeorge6964
@kuriangeorge6964 3 жыл бұрын
abstraction onnum manasilayilla vere example vazhi explain cheythirunengil kurachukoodi relate cheyamayirunnu
@safwanlynx8625
@safwanlynx8625 3 жыл бұрын
Sir, Throw and Throwsinte seperate video venam, Plz...
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Okay! We can think about it
@sidheek3810
@sidheek3810 4 жыл бұрын
hai sir; can you pls make a section for Vue js
@fayizcj2529
@fayizcj2529 Жыл бұрын
31:58 onnum manassilayillalo😄😄😄 paraju tharaam🤩🤩🤩🤩
@vidyalathavidyadharan4479
@vidyalathavidyadharan4479 9 ай бұрын
Thank you sir
@sandeepkumar-pt4il
@sandeepkumar-pt4il 3 ай бұрын
Ninth Video Completed ✅
@hananahmmedh5393
@hananahmmedh5393 3 жыл бұрын
Sir, javayil iniyum dharalam karyangal parayan undo? Iam very interested in java🥰
@vipinkumark4476
@vipinkumark4476 11 ай бұрын
Sir orupaad kalaam ayi ee channelinety oro videoikuk vannu coment chetiney.. Please make a videos for testers also.. Automation testers also equal to a dev nowdays please consider and make. Videos for testers🥹🥹🥹
@anasnihal._1
@anasnihal._1 2 жыл бұрын
Bro oru separate video chayyid edukatha bakagal edukumo . Like while ,do while pinne java ilthe kore und athokke korach depth ayit
@kumarcok
@kumarcok 4 жыл бұрын
I got stuck in 'Hello obj;' , that How we can create an object of an abstract Class. Later searched a lot and found , it is just a declaration, and it is allowed !!
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Pls contact support team. Pls check video description
@karimvk1
@karimvk1 3 жыл бұрын
only a reference to a class. but he is not explaining this.
@anoopthomas2746
@anoopthomas2746 3 жыл бұрын
@@karimvk1 ateh engannane onnu exlain cheyyavoo ennikum manasillayilla
@mrboss8790
@mrboss8790 2 жыл бұрын
yes bro ath enikkum manisilaayilla enikkum onnu paranju tharavo!
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
Connect to our team, we will help you 7034395811 ❤️
@alphyjoseph8369
@alphyjoseph8369 2 жыл бұрын
Explanation abstract class 33:51
@aswindaspv
@aswindaspv 11 ай бұрын
Interface Program public interface Hello { public void onText(String text); } public class TextScanner { Hello obj; public TextScanner(Hello obj) { this.obj=obj; } void Scan() { String text="Scanned Text"; obj.onText(text); } } public class Sample implements Hello { public void onText(String text) { System.out.println(text); } Sample(){ TextScanner ts=new TextScanner(this); ts.Scan(); } public static void main(String[] args) { Sample s=new Sample(); } }
@gracyjohn5335
@gracyjohn5335 Жыл бұрын
Nice class
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
Thanks
@alenrenny4528
@alenrenny4528 3 жыл бұрын
Textscanner ts=new Testscanner(this); itil this enna argument pass cheyumbol Hello class nte object akunatu eganaya? sample enna class hello enna class ne inherit cheytitund, but object create cheytitillalo ...pls replay 34:00
@musthafagaazi2087
@musthafagaazi2087 3 жыл бұрын
ath text scanner inte obj aan bro text scanner classil hello enha abstract classinte definition illatha object vilichitundalo
@anmarashraf3729
@anmarashraf3729 Жыл бұрын
No need of thorough understanding But need to know this kind things are there Do self learning also in google After 1 or two projects you will get familiar with all features
@PLAYGAMES-ji5ek
@PLAYGAMES-ji5ek 2 жыл бұрын
this so easy
@thaskarthaskaran1425
@thaskarthaskaran1425 3 жыл бұрын
SIR . Java array videos upload cheythitundenkil onn playlist share cheyaamo?
@litebook1951
@litebook1951 3 жыл бұрын
definition ulla class nn maatramme object indaakaan pattollu??
@safwansalim5652
@safwansalim5652 Жыл бұрын
Abstract class manassilakathavarkk.... Kurachu perude doubts kandu, Abstract class aaya Hello kk object indakkan kazhiyillaaloo.... Pinnenganeyaa TextScanner enna classil Hello obj; cheythathu ennu. Enikk manassil aayathu parayaam. Abstract classinu object indakkan kazhiyilla. But object declare chyyan kazhiyum. Ath initialize cheyyan kazhiyilla. Eg:- Hello oru abstract class aahnenkil Hello obj; ingane object declare cheyyaam. But Hello obj = new Hello(); ingane initialize cheyyumbol error varum. Ivide namukk hello il ninn oru abstract methodilekk value assign cheyyenda aavishyam indu. Normally nokkumbol ath possible alla. But, athine inherite cheytha classil ninnum call cheyyan saadhikkum. Athinu, Main (Sample) classil ninnum TextScanner enna classinu object create cheyyumbol athinte constructorilekk Main classinte object (this) pass cheyyunnund. Appol TextScanner enna classil athinte constructor codeil nerathe Hello yude object declare cheyth vechillee... Athilekk ee Main classinte object assign cheyyunnu. Aadyam Hello obj; ingne veruthe declare cheythu vechu. Athinu shesham constructor codeil athilekk kittunna objectine declare cheytha objectilekk assign cheythu. this.obj=obj; ithil 'this.obj' nerathee declare cheytha global object aanu. Athilekk constructorilekk varunna object ne assign cheyyunnathaanu = obj; Manassilaayo😊 Ith enthinanu cheyyunnath enn vechaal, TextScanner enna classil ninnum direct aayitt Hello yude classile method neyoo variablesneyoo call cheyyaano values assign cheyyaano kazhiyilla. Appol athine inherite cheytha classil ninnum avaye call cheyyanum values assign cheyyanum kazhiyum. Kaaranam Hello classinte oru copy inherite cheytha classileko varum. Athinaanu Main classil Hello ne inherite cheythitt Main classinte objectine TextScanner classilekk pass cheythath.
@shahlaac582
@shahlaac582 Жыл бұрын
Athil public textscanner ()... Aghane public nn eyuthiyath enthinaan..?
@shahlaac582
@shahlaac582 Жыл бұрын
Plz reply
@safwansalim5652
@safwansalim5652 Жыл бұрын
@@shahlaac582 ath constructor declare cheythathaanu. Eclipse ide il TextScanner enn type cheyth enter press cheythappol automatically vannathaanu public TextScanner enn. Namkk avde public enn venamenkil ezhutham illenkilum kkuzhappamilla. Athokke oru type aanu like public, private, protected, allenkil onnum ezhuthatheyum ezhutham.
@shahlaac582
@shahlaac582 Жыл бұрын
@@safwansalim5652 👍🏻ok njn confuse aayi
@leo.efx.3133
@leo.efx.3133 Жыл бұрын
OnText (String Text ) what..?
@khaleelrahman7747
@khaleelrahman7747 Жыл бұрын
sir interface video upload cheyyuvoo.....
@maniac1441
@maniac1441 2 жыл бұрын
Thaankal anu ente model 💯
@MSworldvlog-mr4rs
@MSworldvlog-mr4rs 2 жыл бұрын
What is the _ hello obj; In the video you are saying that we are declaring a obj in hello.class file but the declaration method is like this know. Hello obj =new hello();
@malavikasadasivan8291
@malavikasadasivan8291 3 жыл бұрын
Bca muthal thread pgm ezhuthunnatthanu ithivare thread. Sleep enthinanau ithuvare manasiyittillarrnnu. Athu thread nte oru function annanu ee 5 kollam kondd teachers padipichathu. Correct ayiit paranjuthannathinnu thankss🙏🙏🙏🙏🙏🙏🙏 Nnlaum ee video okke dislike adicha duranthagal ethanooo
@muhammedarifp
@muhammedarifp 3 жыл бұрын
nice ❤️
@shyamkrishnan6123
@shyamkrishnan6123 4 жыл бұрын
Sir, Please check whether this interface program is correct: interface InterHello{ void display(String text); } public class InterText{ InterHello obj; public InterText(InterHello obj){ this.obj = obj; } void scan(){ obj.display("Interface Sample!"); } } public class InterSample implements InterHello{ public void display(String text){ System.out.println(text); } InterSample(){ InterText it = new InterText(this); it.scan(); } public static void main(String []args){ InterSample is = new InterSample(); } } Result: Interface Sample!
@neerajp1358
@neerajp1358 4 жыл бұрын
Poli🔥
@Arjun-eq5mr
@Arjun-eq5mr Жыл бұрын
could you convey more details about abstraction?
@shahlaac582
@shahlaac582 Жыл бұрын
👍🏻athe detailed aayit venam
@imbichukrishna
@imbichukrishna 3 жыл бұрын
Please do a tutorial for J2EE....
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
let us think about it 💪🏼
@alenrenny4528
@alenrenny4528 3 жыл бұрын
Abstract class nu object create cheyan inherit chetu putiya class il (hello obj ;) koduta matoyo? ... Any one pls 🙏 replay
@MrCV23
@MrCV23 Жыл бұрын
Best accomplished
@georsymolgeorgeb2212
@georsymolgeorgeb2212 4 жыл бұрын
Hi sir, your presentation I'd really wonderful... Can u plz do the tutorial in spring- maven hibernate,. It would be very helpful....
@alenrenny4528
@alenrenny4528 3 жыл бұрын
Abstract class nu object create cheyan inherit chetu putiya class il (hello obj ;) koduta matoyo? ... Any one pls 🙏 replay
@leorajan1049
@leorajan1049 3 жыл бұрын
@@alenrenny4528 Ivide Hello obj; yil Object create cheyyunnilla, declaration mathram aan avide cheyyunnath. Javayil String oru class aan, aa class vechitt aan string variable declare cheyyunnath athu pole Hello yenna class typil ulla oru variable aan ivide Hello obj; yil declare cheyyunnath
@hzzzbn
@hzzzbn 2 жыл бұрын
@@leorajan1049 angne aanenki aa obj enna variable n vere name use chythalum kozhpam ilello? thank u , obj declare chyuunna aa dbt solved aayi.
@nihalshafi5106
@nihalshafi5106 2 жыл бұрын
Hi brototype Abstraction Class nthaan ippolum kathunnilla koree thavana ketu but oru sthelath ethumbo ngene parayendath areela confuse avaaan brototypinte team onnu animate cheyth like engene aanu engotaan povunnath enthaan sambavikkunnth onnu animate cheytha video erakkankil nallathayirunnu + eni ethenkilum bagam onnude nokanmenkil athum aa videoil include cheyyankil inna athum noki cheyyankil simple aavum karuthunnu english ariyathond aa issue kaarnm porathulla classes mansilavunnilla :( pls respond 5 - 6 pravshym kandu enna nilakkan ithu parayunnath
@01_r25
@01_r25 Жыл бұрын
Aa example nokkanda, nokkiyal aake confusion aakm
@nihalshafi5106
@nihalshafi5106 Жыл бұрын
@@01_r25 athaan
@rumanak4100
@rumanak4100 2 жыл бұрын
Enik or 5 times repeat cheythathin sheshaman abstract concept manslayath pakshe onn arnjathin sheshamulla feeling vere level thanneyan 😂❤️
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
@invic_6068
@invic_6068 Жыл бұрын
Brw... Oru doubt ond.. Paranj tharo... 😌
@ayshahumaira1500
@ayshahumaira1500 3 жыл бұрын
Sir, Advanced java explain cheyuo plz?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Okay! oru video plan cheyyam 👍🏼
@ayshahumaira1500
@ayshahumaira1500 3 жыл бұрын
@@BrototypeMalayalam thank you sir
@mohmmedhisham6502
@mohmmedhisham6502 4 жыл бұрын
Hi, I learn coding. I have not laptop or computer but will run my mobile not back. I have an help which app is run Java complier perfectly
@sahadnoushad1464
@sahadnoushad1464 4 жыл бұрын
Java N-IDE njan uppayogikunnagha
@akashkeerthanam5289
@akashkeerthanam5289 4 жыл бұрын
D coder
@vidyalathavidyadharan4479
@vidyalathavidyadharan4479 8 ай бұрын
Super
@irshadkp6318
@irshadkp6318 3 жыл бұрын
1:12:50 run automatic varunnilla
@bintahmmed4218
@bintahmmed4218 2 жыл бұрын
Abstract karyaytt manassilayittilla.... Cheyth thudangumbo shariyavum enna pratheekshayil, moving forward....
@0TO100anilkmrr
@0TO100anilkmrr 2 жыл бұрын
//Abstract class has an abstract key word.// //Abstract class has an abstract method. // //abstract method- Method which has no description with abstract key word eg: abstract void display();// //An abstract class can have a normal method also a abstract method but it still be a will be a abstract class.// //Any class with an abstract method will be a abstract class . the same class has to be rewritten with abstract key word.// //object cannot be created by using a abstract class.// //Abstract method has to be described in a new class using inheritance. if not it will cause error // //Class B extends class A { void display( ){ System.out.println("Hello");} }// Object can be created for class B or you can use mutilevel inheritance to create a new Class C Class C extend ClassB { public static void main (Strings [ ] bye ){ B Obj= new B( ); Obj.display( ); } } Console : Hello Correct me if iam wrong . Thanks public abstract class First { abstract void display(); } public class Textscanner extends First { void display() { System.out.println("Hello java"); } } public class Final extends Textscanner { public static void main(String[]arg) { Textscanner Obj=new Textscanner(); Obj.display(); } } console: Hello java
@abhih4405
@abhih4405 2 жыл бұрын
how can we use two main functions?
@mohammedminhaj250
@mohammedminhaj250 2 жыл бұрын
Athil 'TextScanner' classil first 'Hello obj;' Ith entha sambhavam? Abstract classin object indakan kayiyillalo, pinne ath entha?
@aiswaryaar6001
@aiswaryaar6001 3 жыл бұрын
Sir c# for beginners class venam
@soumyasivaraman5971
@soumyasivaraman5971 Жыл бұрын
Poli class🎉
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
🤩
@abhijithg7657
@abhijithg7657 2 жыл бұрын
Bro Njaan Interview short listill ayii Java Skill Koduthitondu Java Based Questions endhayirikum Chodikaa Bro onnu paranju theravooo.....
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
oro companies oronnalle chothikkuka, athonnum predictable alla. kurach websites and youtube okke onn research cheyth nokku
@sanilrajsl7589
@sanilrajsl7589 Жыл бұрын
throw and throws inte video link ayachu tharumo sir
@amalshanth8921
@amalshanth8921 Жыл бұрын
Interface explain cheyunna video cheyyamo
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
Join the Learning Club, our tech support will help you. Join here: brototype.com/learningclub/org/fullstack/?ref=ytdescription
@Ameen_binSalam
@Ameen_binSalam 6 ай бұрын
Interface interface class: public interface Hello { abstract void onText(String text); } Definition Class: public class TextScanner { Hello obj; public TextScanner(Hello obj){ this.obj=obj; } void scan(){ String text="Scanned Text": obj.onText(text); } } Implements Class/ Subclass: public Sample implements Hello(){ abstract void onText(String text) System.out.println(text); public Sample(){ TextScanner ts=new TextScanner(this){ ts.scan(); } public static void main(String ar[]){ Sample s=new Sample(); }
@Ameen_binSalam
@Ameen_binSalam 6 ай бұрын
Ingane cheyan thanneyalle ?
@BrototypeMalayalam
@BrototypeMalayalam 6 ай бұрын
Join our Telegram group, our team will help you brototype.com/learningclub/org/fullstack/?ref=youtube%20malayalam
@adhiseb3002
@adhiseb3002 3 жыл бұрын
Sir abstraction ൽ Text scanner എന്ന ഫൻഷനിൽ Class obj; എങ്ങനെയാണ് declare ചെയ്തത്...ഒന്ന് പറയാമോ സാധാരണ Integer int obj; String ആവുമ്പോ String Obj:, എന്നൊക്കെ അല്ലെ എഴുതുക? Abstract ക്ലാസിന് നേരിട്ട് Object declare ചെയ്യാൻ പറ്റുമോ?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Ivide Hello obj; yil Object create cheyyunnilla, declaration mathram aan avide cheyyunnath. Javayil String oru class aan, aa class vechitt aan string variable declare cheyyunnath athu pole Hello yenna class typil ulla oru variable aan ivide Hello obj; yil declare cheyyunnath.
@calmmusicclouds8787
@calmmusicclouds8787 2 жыл бұрын
Ithu vare smooth ayit poyi sir, Abstract etheepo Kili poyi. 😅
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
currently oru learning club nadakkunnund, telegram group vazhi free ayi 24/7 tech support athil provide cheyyunnund, you can clear all the doubts regarding basic coding and web designing there. join now :bit.ly/3QRbrri
@sanilrajsl7589
@sanilrajsl7589 Жыл бұрын
sir abstract class manasilayila... kurachu koodi manasilakan help chaiyumo...
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
watch it again, and also you can join our Learning club, so enthu doubts undelum athil join cheythal nammude tech support team clear cheyth tharum. join now :bit.ly/3QRbrri
@sanilrajsl7589
@sanilrajsl7589 Жыл бұрын
@@BrototypeMalayalam ok thank you
@hajirap1358
@hajirap1358 3 жыл бұрын
Can you please suggest any internships or enything else to practice coding myself. Ivde nirthiyal ellam marann pokum athkonda.
@mydiary7337
@mydiary7337 3 жыл бұрын
Shall we continue together?,I'm learning asp.net
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
@hajira you practice coding by watching 100k coding challenge, web designing challenge, web development challenge etc and pursue a career in software development
@shuppandi
@shuppandi 4 жыл бұрын
HAI SIR, ENIK JAVAYIL ARRAY DECLARE CHEYYAN PATTIYILLA NAN ENTETHAAYA KORE VAZHIKAL NOKKI BUT I CANT ARRAYIL NAMMAL VALUE ITT CHEYYUNNATHUM USERINTE KAYYIL NINN VALUE VANGI CHEYYUNNATHM (WHOLE ARRAY CONCEPT IN JAVA) CAN YOU PLEASE EXPLAIN SIR.., BAAKI ONNM ENIK VISHAYAMALLA NAN 10TH KAYNJIRIKUAAN PADIKAAN INEEM KORE TYM UND.. APPO ENIK ARRAY PARANJ THARUMENN PRETHEEKSHIKUNNU.. THANKYOU..😊
@shuppandi
@shuppandi 4 жыл бұрын
9month munne itta video aahn but nan ee aduthan sirnte channeline patty aryunnath nyc explanations nan part 1 muthl full part 9 vare ethi manassilaavathath arraym abbstractm aahn. abstraact nan kand manasilaakikolam but array video sir cheythittila athukond pls.. coding padcht venm git nokan.. aadhyam nan gitaan kandath oru thengayum mansilaayla Termux upayogich cherya parichayam ullathukond entho mansilay athinidayilaanu 100k coding challenge arinjath appothanne ing ponnu... REPLY AAKUMENN PRETHEEKSHIKUNNU... PNE SIR ENIK TELEGRAM ILLA.. INSTEM ILLA..😆😬 CONTACT CHEYYAN VERE VELLA VAZHIYUM INDENKIL NAN CHEYYAM.. ALLENKIL ARRAY CONCEPTINE PATTI ORU VIDEO CHEYYTH YOUTUBIL ID JAVA ARRAY AAHNTO C ALLA C OKEY AAHN..🔥 THANKZ FOR YOUR VALUABLE TIME TO READ MY MESSAGE..❤
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Videos proper aayi kaanu.
@nexalitechandran8161
@nexalitechandran8161 3 жыл бұрын
array declare cheeyumbo ingane cheytha mathi.. int a[ ]=new int[array size];
@കുറുപ്പ്-ഝ8ശ
@കുറുപ്പ്-ഝ8ശ 3 жыл бұрын
@@shuppandi eee vedioyil parayyunund
@hashilsemin2414
@hashilsemin2414 4 жыл бұрын
thank you so much
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
You're welcome!
@hashilsemin2414
@hashilsemin2414 4 жыл бұрын
@@BrototypeMalayalam sir, I've completed this playlist am aiming for python playlist next,can you please give some any other way to improve our skill, any tip could be so help !!!
@pulikkodan1452
@pulikkodan1452 2 жыл бұрын
sir j2ee nanayi manasilavan video cheyoooo
@shejijosephsheji3346
@shejijosephsheji3346 4 жыл бұрын
it is interface program can check its correct or not interface public interface Hello { void display(); } implement class public class Sample implements Hello { public void display() { System.out.println("interface done"); } public Sample() { display(); // TODO Auto-generated constructor stub } public static void main(String[] args) { Sample s=new Sample(); } }
@azarudeen2940
@azarudeen2940 11 ай бұрын
Sir Abstract class onnum koodi cheyyan pattuo?
@akshaymohan4334
@akshaymohan4334 3 жыл бұрын
Abstraction is a bit confusing... kooduthal easy aaya any examples?
@leorajan1049
@leorajan1049 3 жыл бұрын
Ivide Hello obj; yil Object create cheyyunnilla, declaration mathram aan avide cheyyunnath. Javayil String oru class aan, aa class vechitt aan string variable declare cheyyunnath athu pole Hello yenna class typil ulla oru variable aan ivide Hello obj; yil declare cheyyunnath
@nikhilkp7273
@nikhilkp7273 2 жыл бұрын
*abstract ന്റെ example ൽ ഒരു കാര്യം കൂടെ ചേർത്ത് വിശദീകരിക്കാമോ?* സ്കാൻ ചെയ്യാൻ ഒരു ഇമേജ് നമ്മൾ input കൊടുക്കണ്ടേ? (example: image path ) അതിന്റെ ഔട്ട്പുട്ട് അല്ലെ അവസാനം "onText" ൽ വരുന്നത്? അപ്പോൾ ഇന്പുട് ടെക്സ്റ്റ് കൊടുത്ത് അതിന്റെ ഔട്ട്പുട്ട് വരുന്നത് ഇവിടെ എവെങ്കിടെയൊക്കെ ആണ് changes വരിക?
@gamointernational8901
@gamointernational8901 3 жыл бұрын
Sir, abstraction theere manasilayilla... and need of abstraction manasilayilla...
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Please watch that video once more, sometimes it'll take deep focus to understand. Ennitum mansilayillenki nammude team ne connect cheyyu. 7034395811
@gamointernational8901
@gamointernational8901 3 жыл бұрын
Data encapsulation in java video upload cheyuo?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
seperate in detail video cheyyan aano?
@gamointernational8901
@gamointernational8901 3 жыл бұрын
@@BrototypeMalayalam Yes.. Sir
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Okay
@muhammedmujithab4670
@muhammedmujithab4670 3 ай бұрын
Abstract il textscanner Enna classil hello obj; enn call cheyun und Ath mannasalayilla karnnam Hello oru abstract class alley (hello obj; Hello Enna classnne object calling ano)
@aromalhere
@aromalhere 3 жыл бұрын
Throw Keyword video chyamo
@s4studios379
@s4studios379 3 жыл бұрын
Abstract cheythu nokumpol erro verunnu. *The method scan()is undefined for the type TextScanner.* Ennu kaanikunnuu
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
TextScanner classil scan method define cheythitt undo yenn nokku
@hafizchemnad2271
@hafizchemnad2271 3 жыл бұрын
Done 🥳🥳🥳🥳
@albinantony4509
@albinantony4509 2 жыл бұрын
hai bro core level java explain cheyamo? video tutorials available ahno?, exceptions,inheritence,....
@navaneethkrishna9828
@navaneethkrishna9828 21 күн бұрын
string or character userntennu input akanum padipikarnnu
@Shahana_kt
@Shahana_kt 4 жыл бұрын
Abstract compltly manasil aayilla
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Swantham aayi oru project cheyumbol athu manasilaakum don't worry
@jyothish.m.u
@jyothish.m.u 4 жыл бұрын
Abstract class (api) എവിടന്നു കിട്ടും ???
@shanjohn9073
@shanjohn9073 4 жыл бұрын
cant understand abstract class.. really complicated.is there a briefing video that u have done separately?
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Support of our technical team was ended on feb 27. Please refer this document brototype.com
@midlajj
@midlajj 4 жыл бұрын
@@BrototypeMalayalam ith common error alle
@anandhukrishnan5596
@anandhukrishnan5596 Жыл бұрын
@@BrototypeMalayalam This link is leading to an adult site.Can u share the real one
@shaamms.n
@shaamms.n 11 ай бұрын
Watnted abstraction vedio
@Dhdhstduxrzcu-os7df
@Dhdhstduxrzcu-os7df 7 ай бұрын
Thank u adhayam kettaram sir enthallan paryunne vijarchu 2,3 pravishyam kandappoll manasilayi nth detail aayi sir karyam paryunnath enn
@Dhdhstduxrzcu-os7df
@Dhdhstduxrzcu-os7df 7 ай бұрын
Big fan of your work sir
@sreehari498
@sreehari498 2 жыл бұрын
sir, oru doubt adyam sir paranjille abstract class nte object create cheyan pattilla ennu, pinne enganeya abstract class aya Hello nte ( 22:13 ) object TextScanner classil create cheyunnath?
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
currently oru learning club nadakkunnund, telegram group vazhi free ayi 24/7 tech support athil provide cheyyunnund, you can clear all the doubts regarding basic coding there. join cheyyan ee linkil click cheyyu: bit.ly/3JNt5KG
@muhammedswabeehpk7814
@muhammedswabeehpk7814 3 жыл бұрын
Hello class abstract ആയത് കൊണ്ട് അതിന് നേരിട്ട് object ഉണ്ടാകാൻ പറ്റില്ലല്ലോ പിന്നെ എങ്ങനെ ആണ് TextScanneril അതിന് Object വിളിച്ചത്(Hello obj;)
@abduraoofm6099
@abduraoofm6099 3 жыл бұрын
Enikkm manasilayilla Kituvanal parayana
@adhiseb3002
@adhiseb3002 3 жыл бұрын
അപ്പൊ ഞാൻ മാത്രം അല്ല ല്ലേ
@adhiseb3002
@adhiseb3002 3 жыл бұрын
ഏതോ tutorial വഴി കണ്ടു അങ്ങനെ ക്ലാസിന്റെ object direct വേറൊരു ക്ലാസിൽ create ചെയ്യാം എന്ന് അതിന് എന്തോ പേര് പറയും.... Check it other tutorial or stack overflow
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Ivide Hello obj; yil Object create cheyyunnilla, declaration mathram aan avide cheyyunnath.
@ragnuser1086
@ragnuser1086 2 жыл бұрын
Pinee class mass.... aayirunnu💥💥
Part 10 | Calculator Project From Scratch | Java Programming Malayalam Tutorial
1:32:01
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 96 МЛН
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,5 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Ep 776 | Marimayam | The Secrets of Government Law Loopholes
22:04
Mazhavil Manorama
Рет қаралды 5 М.
This is why you don’t need a IT degree to become a software developer!
32:04
How he became a developer with ₹3,00,00,000 salary!
47:29
Brototype Malayalam
Рет қаралды 318 М.