#07 Java Data Types Explained| Java Tutorial Series 📚 in Tamil | EMC Academy

  Рет қаралды 57,110

Error Makes Clever

Error Makes Clever

Күн бұрын

Welcome to our exciting Java Tutorial Series! In this episode, we're delving deep into the fundamental building blocks of Java programming - data types. From integers to strings, floats to booleans, we'll explore the diverse range of data types Java offers and how they empower us to create robust and versatile applications. Get ready to expand your Java knowledge as we uncover the ins and outs of Java data types, with clear explanations and practical examples to guide you every step of the way. Let's get started on this exhilarating journey into the heart of Java programming! 🚀
Java in Tamil.
Join our 600K+ Instagram community
www.instagram....

Пікірлер: 37
@thebeautybybel2073
@thebeautybybel2073 3 ай бұрын
My god❤ Cristal clear explanation don't fail to make java tutorial it's very helpful for uss thanks for this.
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
You are most welcome
@gowsikagowsika2244
@gowsikagowsika2244 Ай бұрын
Bro you are seriously awesome bro i completed program but i have some extra doubts when i see ur video after finished the program u exactly say the extra doubts clearly 😮just like a wowwww😮😅
@ErrorMakesClever
@ErrorMakesClever Ай бұрын
Glad to hear that
@kokilak3610
@kokilak3610 17 күн бұрын
Really thanks for the clear,easy and great explanation I think this really helpfull for everyone who wants to learn Java......🎉 Thank you so much 🙏 for this content....❤
@ErrorMakesClever
@ErrorMakesClever 15 күн бұрын
You are welcome!
@r33epo_edits
@r33epo_edits 4 ай бұрын
Thanks for your support anna ❤❤😊😊 ninga solitharathu Nala puriyuthu
@MadhuMitha-qm3gd
@MadhuMitha-qm3gd 4 ай бұрын
your teaching is excellent
@freakyshady
@freakyshady 5 ай бұрын
Bro font size mattum konjo perusu pannunga bro, Mobilela paathu than systemla wrk panni padikiren... Lil bit kashtama iruku @errormakescleveracademy
@bbgamers3122
@bbgamers3122 2 ай бұрын
Zoom it in ur mobile
@shivanyasrikitchen819
@shivanyasrikitchen819 13 күн бұрын
Ama
@shivanyasrikitchen819
@shivanyasrikitchen819 13 күн бұрын
Font size konjam pesrusa Pannuga big sir
@techandgaming6040
@techandgaming6040 5 ай бұрын
Bro innaikku upload panna video va playlist la add pannunga bro
@Vibe_with_janani
@Vibe_with_janani 5 ай бұрын
Ethical Hacking course
@undertakerunder4725
@undertakerunder4725 5 ай бұрын
Self ninja academy. YT la evan entha bro merya explain pannunga bro poitu learn pannunga
@GOKULsince2005
@GOKULsince2005 3 ай бұрын
Excellent teaching bro❤keep rocking
@feliix.j6640
@feliix.j6640 Ай бұрын
Thank you bro..❤
@mohamedirfan-dx3si
@mohamedirfan-dx3si 5 ай бұрын
Bro ella kodum panni mudichi sql code ell eludhi ellathayum attached panni epidi software create panrathu oru full sotware ondu create panradhu epidi oru short video pottu sari solluga
@muniyappanr8516
@muniyappanr8516 5 ай бұрын
Bro Full Course Upload Pannunga Please
@gkedtiz737
@gkedtiz737 24 күн бұрын
Sir, double ku under la float kudutha , float output print aagala sir
@Karthika-yx5fz
@Karthika-yx5fz Ай бұрын
thank you anna
@RYinfo889
@RYinfo889 5 ай бұрын
Excellent bro
@pedrikoespaniel6315
@pedrikoespaniel6315 5 ай бұрын
Thanks for the video
@VidyasriDhanasekaran-kj4yd
@VidyasriDhanasekaran-kj4yd 2 ай бұрын
Anna pathilaaa vi2tu pona apadi....😂 ungala nambi irukum agala kapathu na full tutorial poduga naaa
@mineshk7548
@mineshk7548 4 ай бұрын
Basic ah program epdi code pandradhu nu podunga bro
@BharathBharath-bb8wu
@BharathBharath-bb8wu 5 ай бұрын
1st ❣
@gokulnathvelumani1596
@gokulnathvelumani1596 5 ай бұрын
Nice
@prakashkutty3077
@prakashkutty3077 5 ай бұрын
First comment❤
@mrrahul1449
@mrrahul1449 Ай бұрын
.java:3: error: expected public static void main (Stringargs[ ]) ^ 1 error Anna intha error iku enna meaning import java . utill . scanner; class Q1{ public static void main (Stringargs[ ]) { Scanner scan =new scanner (system.in); String name = scan.nextLine(); int age=scan.nextInt(); System.out.print(" My name is Rahul"); System.out.print(" My age is 20"); } } My code is above ☝🏻
@nethaji8552
@nethaji8552 Ай бұрын
(Stringargs[ ])❌ (String args[ ])✔️ Bro space vidanum
@mrrahul1449
@mrrahul1449 Ай бұрын
@@nethaji8552 bro space vitha 6 error varuthu bro
@mrrahul1449
@mrrahul1449 Ай бұрын
@@nethaji8552 .java:1: error: cannot find symbol import java.lang.system; ^ symbol: class system location: package java.lang .java:2: error: package java.untill does not exist import java.untill.scanner; ^ .java:6: error: cannot find symbol Scanner Rahul=new Scanner (Sysyem.in); ^ symbol: class Scanner location: class hello .java:6: error: cannot find symbol Scanner Rahul=new Scanner (Sysyem.in); ^ symbol: class Scanner location: class hello .java:6: error: cannot find symbol Scanner Rahul=new Scanner (Sysyem.in); ^ symbol: variable Sysyem location: class hello 5 errors import java.lang.system; import java.untill.scanner; class hello { public static void main (String arg []) { Scanner Rahul=new Scanner (Sysyem.in); int a=Rahul.nextInt(); System.out.print(a); } } My code above ☝🏻
@GayathriSuresh-zg2og
@GayathriSuresh-zg2og Ай бұрын
semi colon is missing in main method
@mathiyarasans5626
@mathiyarasans5626 Ай бұрын
System.out.print ( "my name is "+name); System.out.print ( "my age is "+age); * +name is search "name" in the program Also a age
@nisha77795
@nisha77795 2 ай бұрын
❤🎉❤🎉❤🎉❤🎉❤
@chillbro2387
@chillbro2387 5 ай бұрын
1st comment pin me 🔥
@sumithavaithiyanathan4562
@sumithavaithiyanathan4562 2 ай бұрын
Thank you so much bro❤
#08 If Else with examples | Java Tutorial Series 📚 in Tamil | EMC Academy
16:45
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 8 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 23 МЛН
The Ultimate Python Programming Roadmap Before you Start🐍 in Tamil
6:05
Let Us Code Together
Рет қаралды 6 М.
#6 Data types in Java
12:19
Telusko
Рет қаралды 301 М.
Java Programming | Ep-2 | Datatypes & Variables | Tamil | code io
15:17
Java Variables and Datatypes | Java Course in Tamil | Logic First Tamil
15:29