Java Tutorial - Java Full course for Beginners in Tamil | Error Makes Clever

  Рет қаралды 257,538

Error Makes Clever

Error Makes Clever

Күн бұрын

Пікірлер: 626
@MohanapriyaB-c3f
@MohanapriyaB-c3f 3 ай бұрын
1.For those in command prompt java --version didnt work instead try java -version 2.Make sure you had all the updates done for java before you start programming because of that you may get error like could not run main class 1:24:27 what an explanation man! Damn clear👌 2:47:33 import java.lang.System; class hello{ public static void main(String args[]) { for(int i=10;i>=1;i=i-1){ System.out.println(i); } } } 3:05:56 import java.lang.System; import java.util.Scanner; class hello{ public static void main(String args[]) { Scanner scan = new Scanner(System.in); System.out.println("Enter value of a: "); int a = scan.nextInt(); System.out.println("Enter value of b: "); int b = scan.nextInt(); for(int i=a;i
@MohanapriyaB-c3f
@MohanapriyaB-c3f Ай бұрын
06:08:23 - Hierarchical inheritance 06:08:57- package practice_java2; class vehicle{ String brand; int year; void startEngine() { System.out.println("The engine is starting.."); } } class car extends vehicle{ String fuelType; @Override void startEngine() { System.out.println("Car engine starts"); } void drive() { System.out.println("car is driving"); } } class truck extends vehicle{ int loadCapacity; @Override void startEngine() { System.out.println("Truck engine starts"); } void haul() { System.out.println("Truck is hauling"); } } public class mainclass { public static void main(String[] args) { car c = new car(); c.brand="Tata"; c.year=2024; c.fuelType="full"; c.startEngine(); c.drive(); truck t = new truck(); t.brand = "xyz"; t.year=2023; t.loadCapacity=20; t.startEngine(); t.haul(); } }
@praveenmahesh8781
@praveenmahesh8781 2 ай бұрын
2:47:33 public static void main(String[] args) { for(int i=5;i>=1;i=i-1){ System.out.println(i); } }
@rejuheart_me
@rejuheart_me Ай бұрын
start with-----class Main{
@contentthamilan6148
@contentthamilan6148 2 ай бұрын
2:31:51 import java.util.Scanner; class j{ public static void main(String args[]){ Scanner sc= new Scanner(System.in); int a=sc.nextInt(); int b=sc.nextInt(); String result=(a>b)?"a is bigger":"b is bigger"; System.out.println(result); } }
@chillchweethearts4998
@chillchweethearts4998 3 ай бұрын
It's so helpful and you made everything so simple and clear,Thank you so much for your efforts... Always coming back to your tutorials after several other channels..
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
I'm so glad!
@DIVAKARsssssssssssss
@DIVAKARsssssssssssss Ай бұрын
You will best . program channel in south india
@ErrorMakesClever
@ErrorMakesClever Ай бұрын
Thanks for your support and your kind words.
@madhavancrazy6687
@madhavancrazy6687 Ай бұрын
2:19:16 Import java.util.scanner; Clas mady{ public static void main(string args[]){ Scanner mady=new Scanne(System.in); String color=mady.nextLine(); If(color.equlas("red")){ System.out.println("stop"); } Else if(color.equlas("yellow")){ System.out.println("get ready"); } Else if(color.equlas("green")){ System.out.println("go"); } } }
@meignanamswrld4278
@meignanamswrld4278 Ай бұрын
crctaaa idhu
@apsaram9419
@apsaram9419 20 күн бұрын
Scanner sc=new Scanner(System.in) -> donot keep class ad object the same name, and equals() -> spelling need to be taken care.
@animeaddict949
@animeaddict949 11 күн бұрын
enpa evlo mistake
@XlR8_jk
@XlR8_jk 10 күн бұрын
Class speeling wrong and Scanner ku capital letter use pannanum then new scanner ku r podanum
@divpre234
@divpre234 3 ай бұрын
Data Structures and Algorithms next upload pannunga
@trendingtamil01
@trendingtamil01 27 күн бұрын
C++ and data structures and algorithms
@govindarajn7667
@govindarajn7667 24 күн бұрын
Java data structure and algorithms upload pannunga brother
@janareings560
@janareings560 3 ай бұрын
தெய்வமே 🙏 நன்றிகள் பல தெய்வமே ❤
@opajayyt5512
@opajayyt5512 Ай бұрын
2:32:00 package emc; import java.util.Scanner; class Practice { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int num1 = scan.nextInt(); int num2 = scan.nextInt(); scan.close(); String result = num1>num2 ? "num1 is greater than num2" : "num2 is greater than num1" ; System.out.println(result); } }
@KingQueen14328
@KingQueen14328 2 ай бұрын
3:05:50 class aaron { public static void main(String args[]) { for (int i=1; i
@AS-ln2to
@AS-ln2to 2 ай бұрын
class HelloWorld { public static void main(String[] args) { int count=0; for(int i=1;i
@kiransuriya8891
@kiransuriya8891 13 күн бұрын
Completed the Java Series, Thank you!!
@ErrorMakesClever
@ErrorMakesClever 13 күн бұрын
Welcome and keep learning!
@Devasri-t5t
@Devasri-t5t 3 ай бұрын
Romba nandri anna .....idha sem ku java dha irukku...unga video ku na romba naala wait pannitu irundhen🥰🥹
@Useryoutubeg
@Useryoutubeg 3 ай бұрын
Bro neegah Anna University sem 3 ah
@vampie09
@vampie09 3 ай бұрын
​@@Useryoutubegso athu doli nu unaku theiryathu apdithana? Brw💀
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Always Welcome!
@opsquadwipegaming4062
@opsquadwipegaming4062 3 ай бұрын
Hii bro yennakuh terminal la run pandra apo error varthu bro epdi na error: no Class declared in source file apdi nuh varthu bro adha epdi bro run panndrathu
@suriyaprakash_05
@suriyaprakash_05 3 ай бұрын
🙌​@@Useryoutubeg
@ShafaRiyas
@ShafaRiyas 3 ай бұрын
thank you sooo much brotherrr really means a looot please keep on doing this
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Your Welcome!
@mohammedafridi9176
@mohammedafridi9176 20 күн бұрын
Thank you so much for your amazing Python and Java courses! Your teaching style is clear and engaging, making complex concepts easy to understand. You've truly helped me improve my skills and confidence in programming. Keep up the great work, Hope We Are Expecting More Content From You Hats Off Man .
@ErrorMakesClever
@ErrorMakesClever 19 күн бұрын
Thanks for your kind words. More content is on the way!
@TOP5WORLD-oc1ic
@TOP5WORLD-oc1ic 10 күн бұрын
2:32:03 Import.java.util.Scanner; Class hello{ Public static void main(string args[]) { Scanner scan = new scanner (system.in); Int a = scan.nextInt(); Int b = scan.nextInt(); String result = a >b?"yes":"no"; System.out.print(result);
@parthiban872
@parthiban872 3 ай бұрын
Bro spring boot?
@manikandank5682
@manikandank5682 3 ай бұрын
Hats off to your effort bro. Your videos are very helpful for all tamil medium students who wants to learn programming🎉❤
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Glad to hear that
@hemakumara4060
@hemakumara4060 2 ай бұрын
3:30:01 class main{ public static void main(String args[]) { int[] num = new int[10]; num[0] = 1;num[1] = 2;num[2] = 3;num[3] = 4;num[4] = 5;num[5] = 6;num[6] = 7;num[7] = 8;num[8] = 9;num[9] = 10; //print all the values using for loop for(int i=0;i
@keerthana4099
@keerthana4099 16 күн бұрын
just now completed this series it will be so helpful for beginners and makes us feel confident please continue this series further. the way you explain is awesome keep going best of luck thank you ❤
@arunvel1649
@arunvel1649 2 ай бұрын
2:47:33 class forLoopExample{ public static void main(String[] args){ for(int i=10;i>=1;i--){ System.out.println(i); } } }
@arunvel1649
@arunvel1649 2 ай бұрын
2:50:53 class forLoopExample{ public static void main(String[] args){ for(int i=0;i
@krithikas3341
@krithikas3341 2 ай бұрын
3:30:00 prgm--public static void main(String arg[]) { int b[]= {2,3,4,5,6,7,8,8,9,9}; for(int i=0;i
@joshwa1650
@joshwa1650 3 ай бұрын
Bro Comeback 🗿🔥. Continue uploading these type useful courses it helps students and freshers ❤
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
I will try my best
@PcDoc-c9g
@PcDoc-c9g 3 ай бұрын
@@ErrorMakesClever Time Lapse to the Video please
@Balajigameing340
@Balajigameing340 3 ай бұрын
​@@ErrorMakesCleverbro c program sollu bro ples because collge la atham kakurangha 😁🤧🤧
@mohamedashfag-hz9zw
@mohamedashfag-hz9zw 2 ай бұрын
@@ErrorMakesClever bro material for this course attach pannuga for refereence
@xavierxavier9027
@xavierxavier9027 2 ай бұрын
​@@ErrorMakesCleverdata structure and algorithms briefaa podunga bro
@prasathv7259
@prasathv7259 25 күн бұрын
3:29:57 import java.util.Scanner; class Main { public static void main(String args[]) { int [] A = {0,1,2,3,4,5,6,7,8,9}; A[0]=10; A[1]=20; A[2]=30; A[3]=40; A[4]=50; A[5]=60; A[6]=70; A[7]=80; A[8]=90; A[9]=100; for(int i=0;i
@anandsundaramoorthysa
@anandsundaramoorthysa 2 ай бұрын
Not only for learn this video is useful. For recall the java also it's useful anna.
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Glad to hear!
@AayshaNuha-s5h
@AayshaNuha-s5h 2 ай бұрын
4:35:20 public class addition { void sum(int num1,int num2 ) { System.out.println("sum: "+(num1+num2)); } void sub(int num1,int num2) { System.out.println("sub: "+(num1-num2)); } void mul(int num1,int num2) { System.out.println("mul: "+(num1*num2)); } void div(int num1,int num2) { System.out.println("div: "+(num1/num2)); } public static void main(String[]args) { addition obj1 = new addition(); obj1.sum(10,2); obj1.sub(10,2); obj1.mul(10,2); obj1.div(10,2); }
@krishmedia4308
@krishmedia4308 3 ай бұрын
Data structure and algorithms upload pannunga bro 🙌 💜
@blessongarfield114
@blessongarfield114 16 күн бұрын
4:35:19 public class calculator{ void sub(int num1,int num2) { System.out.println(num1-num2); } void mul(int num1,int num2) { System.out.println(num1*num2); } void div(int num1,int num2) { System.out.println(num1/num2); } public static void main(String args[]){ calculator obj1 = new calculator(); obj1.sub(10,5); obj1.mul(8,2); obj1.div(20,10); } }
@poovarasanfkm1967
@poovarasanfkm1967 2 ай бұрын
Bro..... watching your videos helps to understand the coding language easily and effectively.keep uploading and educating us by your simple way of teaching.And pls upload a video for XML. I'm waiting for that.
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Glad to hear that
@MohanapriyaB-c3f
@MohanapriyaB-c3f 2 ай бұрын
3:37:20 here instead of putting - 1 in size you can just erase that = right? I mean like this- for(int i=0;i
@zorovkp
@zorovkp Ай бұрын
2-11-24 progress//4:14:38 3-11-24 progress //5:36:36
@abineshsaravanan2697
@abineshsaravanan2697 2 ай бұрын
Class hello { Psvm(){ Int n1 =99; Int n2 = 99; If(n1==n2){ Soup("equal"); } Else { Soup("not equal"); } }}
@jeniferjames1816
@jeniferjames1816 6 күн бұрын
John sir u are saving my money for fee to some institutes thank you so muchhh!
@ErrorMakesClever
@ErrorMakesClever 5 күн бұрын
Thank you and happy for you!
@dazzlingpriya5992
@dazzlingpriya5992 3 күн бұрын
Thank you so much for the insightful Java series...
@ErrorMakesClever
@ErrorMakesClever 2 күн бұрын
Welcome and keep learning!!
@Sanjeeviraman.N
@Sanjeeviraman.N 3 ай бұрын
Waiting for this bro.. thank u so much... apdiye Data structures and algorithms with java language poteengana nalla irukkum
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
happy, it helps!
@aravindh0710
@aravindh0710 2 күн бұрын
2:18:35 import java.util.Scanner; class nes{ public static void main(String args[]) { Scanner scan = new Scanner(System.in); String color = scan.nextLine(); if(color.equals("red")) { System.out.println("Stop"); } else if(color.equals("yellow")) { System.out.println("Get Ready"); } else if(color.equals("green")) { System.out.println("Go"); } } }
@blessongarfield114
@blessongarfield114 23 күн бұрын
3:29:55 import java.util.Scanner; class Main{ public static void main(String args[]) { int[] array ={0,1,2,3,4,5,6,7,8,9,10}; for(int i=0;i
@mohamedraafee6356
@mohamedraafee6356 2 ай бұрын
3:30:00 import java.util.Scanner; public class array3 { public static void main(String[] args) { Scanner scan= new Scanner(System.in); int[] num= new int[10]; for(int i=0;i
@Ejehfbrjro
@Ejehfbrjro 3 ай бұрын
3:30:05 import java.util.Scanner; public class array { public static void main(String args[]){ System.out.println("enter the number of elements in the array:"); Scanner a= new Scanner(System.in); int b = a.nextInt(); int[] num = new int[b]; for(int i=0;i
@JavithNasim-p7g
@JavithNasim-p7g 13 күн бұрын
Print the reverse order of numbers in 5to 1 Class demo{ Publis static void main string [] args){ For(i=5;i>=1;i=i-1); System.out.println(i);
@arunvel1649
@arunvel1649 2 ай бұрын
2:28:04 import java.util.Scanner; class forLoopActivity1{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.print("Enter starting value: "); int a = sc.nextInt(); System.out.print("Enter ending value: "); int b = sc.nextInt(); for(int i=a;i
@swastika-2005
@swastika-2005 24 күн бұрын
You are an incredible tutor Can you please upload DSA in java too
@divagargobinathg123
@divagargobinathg123 3 ай бұрын
package Arraylist; public class q3 { public static void main(String[] args) { int[] num={1,2,3,4,5,6,7,8,9,10}; for(int i=0;i
@Nithee-or3yy
@Nithee-or3yy 2 ай бұрын
2:47 print in reverse order in for loop import java.util.*; class Main{ public static void main(String args[]) { for(int i=5;i>=1;i--) { System.out.println(i); } } }
@arunvel1649
@arunvel1649 2 ай бұрын
3:05:55 import java.util.Scanner; class numDivBy3Or5 { public static void main(String[] args){ Scanner sc = new Scanner(System.in); for (int i=0;i= 1 && i
@thalapathydinesheditz
@thalapathydinesheditz Ай бұрын
Bro, React js full course tutorial video - from Scratch to advanced - Post panunga. Already job la irukravangalukum use ah irukum
@DhanaLakshmi-nq7gl
@DhanaLakshmi-nq7gl 5 күн бұрын
reverse number printing: for(count=5;count>=1;count- -){ System.out.print(count); }
@rajakarunganj
@rajakarunganj Ай бұрын
6:08:50 package practice_java; class vehicle { String brand; int year; void startengine() { } } class car extends vehicle { String fueltype; @Override void startengine() { System.out.println("the car engine start"); } void driving() { System.out.println("car is driving"); } } class truck extends vehicle { int loadcapacity; @Override void startengine() { System.out.println("truck engine start"); } void haul() { System.out.println("the truck is hauling"); } } public class cars { public static void main(String[] args) { car c = new car(); c.brand = "benz"; c.year = 1995; c.fueltype = "disel"; System.out.println("the car brand name is:"+c.brand); System.out.println("the launch year is:"+c.year); System.out.println("the car fuel type is :"+c.fueltype); c.startengine(); c.driving(); truck t = new truck(); t.brand = "TATA"; t.year = 1992; t.loadcapacity = 10000; System.out.println("the truck brand is:"+t.brand); System.out.println("the launch year is:"+t.year); System.out.println("the truck load capacity is:"+t.loadcapacity); t.startengine(); t.haul(); } }
@rjssugumar7703
@rjssugumar7703 25 күн бұрын
Ternary operator la two integer number which number greater than Class hello { Public static void main(string args[]) { Boolean number= true; Int a=24; Int b=35; String result=number?"number a greater than"+a:"number b greater than"+b; System.out.print(result); } } Output: Number a greater than 23
@Tharun-Gt14
@Tharun-Gt14 Ай бұрын
3:05:23 public class Main { public static void main(String[] args) { for(int i=0;i
@SowmiyaManoharan-r8x
@SowmiyaManoharan-r8x 2 ай бұрын
Thank you so much bro😊.It's really helpful.I learned a lot of things in this video. Keep rocking bro🔥💯
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Glad to hear that
@tn_wolf_25
@tn_wolf_25 2 ай бұрын
​@@ErrorMakesClevertime lapse poda na
@112-sowmiyag.v.4
@112-sowmiyag.v.4 22 күн бұрын
Brother please put video on data structure and Algorithm using java Please brother.
@KingQueen14328
@KingQueen14328 2 ай бұрын
3:29:45 import java.util.Scanner; class aaron { public static void main(String args[]) { Scanner scan = new Scanner(System.in); int num[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; for (int i = 0; i
@Hethseyal.AAbisha
@Hethseyal.AAbisha 12 күн бұрын
First .I am not like java and I am not intrest it.but now I can enjoy to learn the java.java it's my favourite language. Thank you so much Anna. Jesus bless you Anna
@ErrorMakesClever
@ErrorMakesClever 9 күн бұрын
You are most welcome
@dazzlingpriya5992
@dazzlingpriya5992 6 күн бұрын
6:07:40 Hierarchical Inheritance
@dazzlingpriya5992
@dazzlingpriya5992 5 күн бұрын
6:18:16 class Person{ String name; Person(String name){ this.name = name; } } class Employee extends Person{ int employeeid; Employee(){ super("JOhn"); } void details() { System.out.println("He works well"); } } public class Find{ public static void main(String[]args) { Employee obj = new Employee(); System.out.println(obj.name); obj.employeeid = 33; System.out.println(obj.employeeid); obj.details(); } }
@suryav9964
@suryav9964 2 ай бұрын
6:08:24 - hierachal inheritance
@arunvel1649
@arunvel1649 Ай бұрын
3:32:07 import java.util.Scanner; class ArrayActivity2 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.print("Enter the size of an array: "); int size = sc.nextInt(); int[] arr = new int[size]; for (int i = 0; i < size; i++) { System.out.print("Enter number at index " + i + ": "); int num = sc.nextInt(); arr[i] = num; } System.out.print("[ "); for (int i = 0; i < size; i++) { System.out.print(arr[i]); if (i < size - 1) { System.out.print(", "); } } System.out.print(" ]"); sc.close(); int mid = size / 2; System.out.println(" Middle element: " + arr[mid]); } }
@navenshri7954
@navenshri7954 3 ай бұрын
Romba nandri nanba👌.It really helps alot nanba.
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Thank you!
@abdulwajidh8526
@abdulwajidh8526 2 ай бұрын
3:05:40 import java.lang.System; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner ob=new Scanner(System.in); int i=ob.nextInt(); int j=ob.nextInt(); int howmany=0; for( i=1;i
@dazzlingpriya5992
@dazzlingpriya5992 6 күн бұрын
6:08:48 package java_tutorial; class Vehicle{ String brand; int year; void startEngine() { } } class Car extends Vehicle{ String fueltype; void startEngine() { System.out.println("Car engine starts"); } void drive() { System.out.println("Car is driving"); } } class Truck extends Vehicle{ int loadcapacity; void startEngine() { System.out.println("Truck engine starts"); } void haul() { System.out.println("Truck is hauling"); } } public class Dreams { public static void main(String[]args) { Truck t = new Truck(); t.brand= "Ashok"; t.year = 2021; t.loadcapacity = 200; t.startEngine(); t.haul(); Car c = new Car(); c.brand = "ROlls"; c.year = 2024; c.fueltype = "petrol"; c.startEngine(); c.drive(); } }
@rajakarunganj
@rajakarunganj 2 ай бұрын
3:30:00 import java.io.*; class aq2 { public static void main(String args[]) { int aq [] = {10,20,30,40,50,60,70,80,90,100}; for(int i=0;i
@sujincharles3860
@sujincharles3860 22 күн бұрын
7:24:44 interface Readable{ void read(); } interface Writable{ void write(); } interface Storable{ void store(); } class File implements Readable, Writable, Storable{ public void write() { System.out.println("Writing the data"); } public void read() { System.out.println("Reading the data"); } public void store() { System.out.println("The data has been stored"); } } public class NewMAin4 { public static void main(String[] args) { File f1 = new File(); f1.read(); f1.write(); f1.store(); } }
@blessongarfield114
@blessongarfield114 29 күн бұрын
3:05:56 class Main{ public static void main(String args[]){ for(int i=1;i
@dazzlingpriya5992
@dazzlingpriya5992 4 күн бұрын
7:24:45 package coding_challenge; interface Readable{ void Read(); } interface Writable{ void Write(); } interface Storable{ void Store(); } class File implements Readable,Writable,Storable{ public void Read(){ System.out.println("It is readable"); } public void Write() { System.out.println("It is writable"); } public void Store() { System.out.println("It is storable"); } } public class Mutlipleinherit{ public static void main(String[]args) { File f = new File (); f.Read(); f.Write(); f.Store(); } }
@bjp77777
@bjp77777 14 күн бұрын
2:05 else if program have mistakenly for mark 60 and 90 are given it not return any value because we want to use >=60 and>=90
@fazilmuhammad489
@fazilmuhammad489 Ай бұрын
heiaraichal inharitance 6:08:21 / 8:30:48
@Phonix-p4y
@Phonix-p4y 2 ай бұрын
3:05:18 import java.util.Scanner; import java.lang.System; class ter{ public static void main(String args[]) { Scanner scan = new Scanner(System.in); //int a = scan.nextInt(); //nt b = scan.nextInt(); int i ; int count=0; for(i=1;i
@vasanthdesigner1686
@vasanthdesigner1686 2 ай бұрын
The only tutorial that I watched till the end❤
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Glad to hear
@KingQueen14328
@KingQueen14328 2 ай бұрын
3:31:40 import java.util.Scanner; class aaron { public static void main(String args[]) { Scanner scan = new Scanner(System.in); System.out.println("ENTER A NUM: "); int num = scan.nextInt(); for (int i = 1; i
@madhanarjun4767
@madhanarjun4767 3 ай бұрын
Bro SQL playlist complete panunga bro please 😢
@sathishkraja2130
@sathishkraja2130 3 ай бұрын
Logic first la padi gai bro
@SarithraSarithra-qe3ob
@SarithraSarithra-qe3ob 3 ай бұрын
One more thing u r explaining is soooper
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
thank you!
@SarithraSarithra-qe3ob
@SarithraSarithra-qe3ob 3 ай бұрын
@@ErrorMakesClever say any online job plz by using ms excel
@harish3840
@harish3840 Ай бұрын
I have a request that for sql u hav only upload few topics. Please kindly upload other topics like joins, subqueries, windows functions, operators as well. & thank you so so much for all ur efforts bro!
@myilanv
@myilanv 3 ай бұрын
thank you bro . i am waited for this
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Welcome 😊
@RamkumarP-t2b
@RamkumarP-t2b Ай бұрын
Hi Bro, Please explain this duration video 3.32.22. this is question 1. Get input for size on an array, get input for each element in an array, and find & print the middle element in an array
@cse995
@cse995 3 ай бұрын
Nenaiche pothutighe game changer❤
@10_Dharanya.S
@10_Dharanya.S Ай бұрын
Datatypes 48:15 1:36:24
@vigneshgs3243
@vigneshgs3243 2 ай бұрын
Highly useful, learned java in 48 hours.
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Thank you
@SaranyaGCSE--
@SaranyaGCSE-- 2 ай бұрын
Thank you so much ❤✨
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Welcome
@abineshsaravanan2697
@abineshsaravanan2697 2 ай бұрын
1:13:22 try panni yachu bro ❤
@23UEC31DANIEL
@23UEC31DANIEL 18 күн бұрын
Brother unga voice super 😊
@ErrorMakesClever
@ErrorMakesClever 16 күн бұрын
Thanks, happy you enjoyed it!
@23UEC31DANIEL
@23UEC31DANIEL 16 күн бұрын
Brother na B.A.Eco pandre python pannalama brother
@opajayyt5512
@opajayyt5512 Ай бұрын
2:47:30 package emc; class Practice { public static void main(String[] args) { int i; for(i=10;i>=1;i--) { System.out.println(i); } } }
@indhuindhu3609
@indhuindhu3609 3 ай бұрын
Bro React js video podunga...usefull ah irukum
@sothinathanramanan3735
@sothinathanramanan3735 Сағат бұрын
thanks for this video
@dazzlingpriya5992
@dazzlingpriya5992 13 күн бұрын
public class Greens{ public static void main (String[ ]args) { int num = 19; if(num%2 == 0){ System.out.println("Even"); } else { System.out.println("Odd"); } } }
@kalaiyarasanks2985
@kalaiyarasanks2985 2 ай бұрын
Tnx for that bro its realy usefull for us ❤
@ErrorMakesClever
@ErrorMakesClever 2 ай бұрын
Thank you
@amyoutuber
@amyoutuber 3 ай бұрын
Brother it's better to add time stamps it will help a lot
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Noted
@makithas6066
@makithas6066 3 ай бұрын
Bro spring boot tutorial video podunga bro.. Usefull ah irukum
@sujincharles3860
@sujincharles3860 22 күн бұрын
Bro Generic Methods and Generic class lam yenga? Btw video was very helpful. Tomorrow I have my semester. Thanks for this Java playlist
@ErrorMakesClever
@ErrorMakesClever 21 күн бұрын
All the best
@xx_abinesh_1_231
@xx_abinesh_1_231 3 ай бұрын
Thanks bro keep it up ❤
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Welcome 😊
@harisubramanian4165
@harisubramanian4165 Ай бұрын
Where do you guys get this drive man, Does this World never make you tired... I am fully exhausted and overwhelmed... Good luck all
@CYPHER_Y_
@CYPHER_Y_ Ай бұрын
interface readable { void readable(); } interface writeable{ void writeable(); } interface storable{ void storable(); } class c implements writeable,readable,storable{ @Override public void readable(){ System.out.println("read"); } @Override public void writeable(){ System.out.println("write"); } @Override public void storable(){ System.out.println("storable"); } } //interface model public class main1 { public static void main(String[] args) { c c1=new c(); c1.readable(); c1.writeable(); c1.storable(); //inter face model } } 7:24:43
@MHD_MASTER
@MHD_MASTER 2 ай бұрын
bro eannakku age 15 than naan unga videos thoadanthu paarpan.Naan java ippo kathukurathu moolama future la useful irukka 😊
@shareenfathima2867
@shareenfathima2867 28 күн бұрын
Yess irukkuu
@smartboy3195
@smartboy3195 3 ай бұрын
Thalaiva vera level❤
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Thank you!
@UngalSana
@UngalSana 2 күн бұрын
2:47:30 public class loop { public static void main(String[] args) { for(int i=10;i>=1;i=i-1) { System.out.println(i); } } }
@tamilempire671
@tamilempire671 Ай бұрын
Odd even done 👍
@PRANJACKVITA
@PRANJACKVITA 2 ай бұрын
TERNARY OPERATOR 1) import java.util.Scanner; class test{ public static void main(String args[]) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); String greater = (a > b)? "a":"b"; { System.out.println("the greater number is:" + greater); } } } output: 15 10 the greater number is:a
@777world18
@777world18 3 ай бұрын
Veryyyy useful 👌 👏
@ErrorMakesClever
@ErrorMakesClever 3 ай бұрын
Thanks a lot
@ArunKumar-r2r5z
@ArunKumar-r2r5z 2 ай бұрын
very usefull bro, next api creation solo kuduga.
@dazzlingpriya5992
@dazzlingpriya5992 13 күн бұрын
public class Greens{ public static void main(String[]args) { String color = new String("green"); if(color.equals("red")) { System.out.println("Stop"); } else if(color.equals("yellow")) { System.out.println("Get ready"); } else if(color.equals("green")) { System.out.println("GO"); } } }
Java Full Course in Tamil (2023) | Basics | OOP | Mini Project  | Logic First Tamil
11:44:16
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
I Challenge you to code 100 Days.. 🔥
17:23
Praveen Tech
Рет қаралды 4,7 М.
Earn your 1st LAKH independently (6 Steps Framework)- Beginner Friendly
13:37
Teen Twenties - Start with Sai
Рет қаралды 84 М.
Christmas Paavangal 🎅| Parithabangal
16:00
Parithabangal
Рет қаралды 1,3 МЛН
GSoC 2025 Complete Roadmap | Google Summer of Code
18:30
Apna College
Рет қаралды 365 М.
Full Java Free Course | 7 Hours
6:44:48
Data Engineering
Рет қаралды 68 М.
Top Skills to Learn in 2025
9:31
CodeWithHarry
Рет қаралды 376 М.
Bike Taxi Paavangal  | Parithabangal
14:03
Parithabangal
Рет қаралды 2,2 МЛН