#22 Get to know the power of functions in Java🚀 | in Tamil | Java Tutorial Series 📚 | EMC Academy

  Рет қаралды 39,213

Error Makes Clever

Error Makes Clever

Күн бұрын

Пікірлер: 80
@rishikishore4979
@rishikishore4979 8 ай бұрын
package firstprogram; public class garden { int apple_count=5; int apple_price=20; void total_money() { System.out.print(apple_count*apple_price); } public static void main(String[]args){ garden obj1=new garden(); obj1.total_money(); } }
@abishekabd221
@abishekabd221 2 ай бұрын
9:13 9:13
@swethamurugesan2349
@swethamurugesan2349 8 ай бұрын
Bro.. Very useful.. No other channel is explaining this much clearly.. Kindly upload oops in java.. It will helps to clear my tech round.. Thanks in advance
@AmuthaMurugesan-sx6ii
@AmuthaMurugesan-sx6ii 8 ай бұрын
Very useful without any complication..pls upload oops concept ..this will helps in my technical round..thanks in advance
@jessierin3731
@jessierin3731 8 ай бұрын
Mysql video . Why stopped in between sir. Complete panni irukalam la sir
@sachinlearning-9
@sachinlearning-9 3 ай бұрын
public class demo2{ int a = 10; int b = 20; void add() { System.out.println(a+b); } public static void main(String[] args) { demo2 operators = new demo2(); operators.add(); } } Thank you♥
@themovietone7234
@themovietone7234 8 ай бұрын
Bro, keep going with this series-it's super helpful!
@nallarasu5085
@nallarasu5085 5 ай бұрын
public class add { int apple_price = 20; int apple_count = 5; void count() { System.out.println("$"+apple_price*apple_count); } public static void main(String[] args) { add nal = new add(); nal.count(); } }
@naveena-mn5db
@naveena-mn5db 8 ай бұрын
last question ans.. public class garden { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_count*apple_price); } public static void main(String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@I_dont_know_this.
@I_dont_know_this. 8 ай бұрын
Respect to your dedication 💪🏻 ❤
@PRAVEEN-08
@PRAVEEN-08 Ай бұрын
Public class garden{ Int apple_price = 20; Int apple_count = 5; Void total() { System .out.println(apple_count * apple_price) } Public static void main (string arts []){ Garden obj1 = new garden(); Obj1.total(): } Output: 5*20 = 100
@Kkirubavlogs
@Kkirubavlogs 8 ай бұрын
Anna vera marii na bca tha but egga mam sollitharathu enaku puriyathy but neega evalo simple la alaga sollitiga romba tnks na ethumari neraya sollikuduga anna😊❤
@HariKrishnanS-dr4jb
@HariKrishnanS-dr4jb 8 ай бұрын
public class Multiply { int apple=20; int count=5; void Total_money() { System.out.println(apple*count); } public static void main(String[] args) { Multiply fruits=new Multiply(); fruits.Total_money(); } }
@Abhi-s9o
@Abhi-s9o 6 ай бұрын
Thanks bro
@Code_With_Gowtham
@Code_With_Gowtham 7 ай бұрын
public class addtion { int a=10; int b=20; void sum(){ int c = a+b; System.out.println(c); } public static void main(String[] args) { addtion summ = new addtion(); summ.sum (); } }
@lazarus6779
@lazarus6779 Ай бұрын
public class q37 { int a = 10; int b = 20; void sum() { System.out.println(a+b); } public static void main(String[] args) { q37 obj = new q37(); obj.sum(); } }
@Siva32_7
@Siva32_7 4 ай бұрын
class garden{ int apple_price = 20; int apple_count= 5; void total_money() { int multiply = apple_price*apple_count; System. out. println(multiply); } public static void main(String[] args) { garden obj = new garden(); obj.total_money(); } }
@Psangamithiraa
@Psangamithiraa 8 ай бұрын
please upload the videos for oops concepts within this week for in java with an example for each method having an interview soon your videos are so crystal and clear content
@logaPriya-uz8yq
@logaPriya-uz8yq 2 ай бұрын
10:22 in this how the variable a,b declared in class can be accessed in sum() method....?
@naveena-mn5db
@naveena-mn5db 8 ай бұрын
public class garden { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_count*apple_price); } public static void main(String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@Mr.Aravindhan17
@Mr.Aravindhan17 3 ай бұрын
package Java; public class garden { int apple_price = 20; int apple_count = 5; void total_money(){ System.out.println(apple_price * apple_count); } public static void main(String[] args) { garden obj = new garden(); obj.total_money(); } }
@pirategaming301
@pirategaming301 4 ай бұрын
class apple { int apple_price=20; int apple_count=5; void price() { System.out.println("total_amount="+apple_price*apple_count); } public static void main(String[] args) { apple obj1=new apple(); obj1.price(); } }
@22Editz-zo2uy
@22Editz-zo2uy 3 ай бұрын
public class Garden{ int apple_price=20; int apple_count=5; void total_money() { System.out.print(apple_price*apple_count); } public static void main(String[] args) { Garden obj1=new Garden(); obj1.total_money(); } }
@ummusalmah4937
@ummusalmah4937 8 ай бұрын
very clear explanation. thx sir
@SRSGAMINGYT-sp
@SRSGAMINGYT-sp 4 ай бұрын
public class Test19{ int apple_price=20; int apple_count=5; public int total_money(){ int total_money=apple_price*apple_count; return total_money; } public static void main(String[] args) { Test19 test19= new Test19(); System.out.println(test19.total_money()); } }
@_RMS_5411
@_RMS_5411 8 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@manoji.s2814
@manoji.s2814 8 ай бұрын
Machine learning full tutorial video podungaa bro 😢😢
@jilabikutty0925
@jilabikutty0925 4 ай бұрын
public class garden{ void total_money() { int apple_price=20; int apple_count=5; System.out.println(apple_price*apple_count); } public static void main(String[] args){ garden gar=new garden(); gar.total_money(); } }
@feliix.j6640
@feliix.j6640 8 ай бұрын
Bro React js full course podunga bro... please neenga solli kuduthatha puriyuthuu
@LearnwithSSRK
@LearnwithSSRK 8 ай бұрын
Conduct react worsksop bro
@prakash1205r
@prakash1205r 8 ай бұрын
bro devops related viedo upload pannu bro
@vinothinis307
@vinothinis307 8 ай бұрын
Bro make java video on regular basis pls
@manoji.s2814
@manoji.s2814 8 ай бұрын
MySQL join , sub sqand trigger continue pannungaa😢....
@balusamyperumal7986
@balusamyperumal7986 8 ай бұрын
Bro please put video on How to apply intership in Internshala
@subashri3707
@subashri3707 8 ай бұрын
Anna data science ku konjam videos podunga anna
@cobblerscraft14
@cobblerscraft14 8 ай бұрын
Bro,Go language explain panni video podunga
@SundarN-v3u
@SundarN-v3u 4 ай бұрын
class mobile{ void iphone(){ System.out.println("this is iphone"); } void nokia(){ System.out.println("this is nokia"); } void vivo(){ System.err.println("this is vivo"); } public static void main(String[] args) { mobile phone=new mobile(); phone.iphone(); phone.vivo(); phone.nokia(); } }
@hafis456
@hafis456 8 ай бұрын
Bro c++ pathi podunga
@accidentgamers3488
@accidentgamers3488 8 ай бұрын
Bro SQL full tutorial upload pls
@ACUITDINESHP
@ACUITDINESHP 4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@sivavishal750
@sivavishal750 8 ай бұрын
Bro data analyst job ku scope iruka
@hariprasath0003
@hariprasath0003 8 ай бұрын
Bro javascript video podunga pls
@DreamyWander
@DreamyWander 8 ай бұрын
bro pls upload video for React Native
@Nin-Uyir
@Nin-Uyir 8 ай бұрын
Digital image processing podunga Bor
@swethavenkitesh8141
@swethavenkitesh8141 8 ай бұрын
Hi bro , pls teach vue.js , Thanks
@manjulap7190
@manjulap7190 5 ай бұрын
Square bracket string pakathula podanuma illa args pakathula podanuma
@KanishkaSivakumar-sv2wi
@KanishkaSivakumar-sv2wi Ай бұрын
import java.util.Scanner; class function { void add() { Scanner scan=new Scanner(System.in); System.out.print("Enter the first number: "); int a = scan.nextInt(); System.out.print("Enter the second number :"); int b = scan.nextInt(); int d = a+b; System.out.println("The total value is :"+d); } public static void main(String args[]) { function ob1 = new function(); ob1.add(); function ob2 = new function(); ob2.add(); function ob3 = new function(); ob3.add(); function ob4 = new function(); ob4.add(); } }
@AbinayaD-pe1vu
@AbinayaD-pe1vu 8 ай бұрын
Pls teach oops concept anna
@nivethas359
@nivethas359 8 ай бұрын
Pls upload next concepts in java🥲
@manoji.s2814
@manoji.s2814 8 ай бұрын
MySQL join , sub sq and trigger continue pannungaa......😢
@hariprasath0003
@hariprasath0003 8 ай бұрын
Bro javascript video full ah venu, neraya channel la pathute yedhuvum puriya mattudhu pls
@c-03-aksheya.v71
@c-03-aksheya.v71 8 ай бұрын
Bro background image linear gradient vaichu solli thanga anna css la please
@hellouma3104
@hellouma3104 8 ай бұрын
Bro suggest best laptop under 40,000.please
@englishtub
@englishtub 8 ай бұрын
bro pls explain the python 10 video last q:8and9 pls
@blackmonster3271
@blackmonster3271 8 ай бұрын
Hi sir , data entry course padikke enne language theve
@ramaprasath3958
@ramaprasath3958 8 ай бұрын
Bro Power BI video podunga
@hypergaming6161
@hypergaming6161 4 ай бұрын
Bro Ramanathapuram national academy icse vaga bro pls
@jung___kook1.8
@jung___kook1.8 5 ай бұрын
Why u using print inside x:
@krizzjr132
@krizzjr132 2 ай бұрын
Enaku public file create aaga matingidhu bro
@LearnwithSSRK
@LearnwithSSRK 8 ай бұрын
React bootcamp podu bro
@Code_With_Gowtham
@Code_With_Gowtham 7 ай бұрын
public class mobile { void iphone(){ System.out.println("iphone"); } void samsung(){ System.out.println("samsung"); } void realme(){ System.out.println("realme"); } void asus(){ System.out.println("asus"); } public static void main(String[] args) { mobile brand = new mobile(); brand.iphone(); brand.samsung(); brand.realme(); brand.asus(); } }
@ACUITDINESHP
@ACUITDINESHP 4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@hariprasath0003
@hariprasath0003 8 ай бұрын
Bro I need javascript video in deep
@user-monkeymeme
@user-monkeymeme 8 ай бұрын
Hi bro..my age 28 working different feild..now can I try IT job kedaikuma bro
@vetha3yan3286
@vetha3yan3286 8 ай бұрын
Put video for hacking course
@nvsbflims4624
@nvsbflims4624 8 ай бұрын
Bro is this correct bro please tell public class Garden { int apple_price = 20; int apple_count = 5; void total_money(){ System.out.println(apple_count *apple_price); } public static void main (String[] args) { Garden obj1 = new Garden(); obj1.total_money(); }
@englishtub
@englishtub 8 ай бұрын
bro u last 10 minutes confused pls explain bro
@AmuthaMurugesan-sx6ii
@AmuthaMurugesan-sx6ii 8 ай бұрын
K
@Code_With_Gowtham
@Code_With_Gowtham 7 ай бұрын
public class addtion { int apple_price = 20; int apple_count = 5; void totalmoney(){ int c = apple_price*apple_count; System.out.println(c); } public static void main(String[] args) { addtion summ = new addtion(); summ.totalmoney (); } }
@arimaariharan8907
@arimaariharan8907 5 ай бұрын
public class garden{ int apple_price = 20; int apple_count = 5; void total_money(){ System.out.print("Total amount of apple "+apple_price*apple_count); } public static void main (String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@lazarus6779
@lazarus6779 Ай бұрын
public class q38 { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_price*apple_count); } public static void main(String[] args) { q38 obj = new q38(); obj.total_money(); } }
@jilabikutty0925
@jilabikutty0925 4 ай бұрын
public class Addition{ void sum(){ int a=10; int b=20; System.out.println(a+b); } public static void main(String[] args){ Addition add=new Addition(); add.sum(); } }
@KarthiKeyan-vf8co
@KarthiKeyan-vf8co 3 ай бұрын
public class garden{ int apple_price = 20; int count_apple = 5; void total_money() { int output = apple_price*count_apple; System.out.println(output); } public static void main(String args[]) { garden obj1 = new garden(); obj1.total_money(); } }
@raahin-ic1df
@raahin-ic1df 5 ай бұрын
class garden{ int apple_price= 20; int apple_count= 5; void total_money() { System.out.print(apple_price*apple_count); } public static void main(String[]args) { garden obj = new garden(); obj.total_money(); } }
@ACUITDINESHP
@ACUITDINESHP 4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@_RMS_5411
@_RMS_5411 8 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@KaviKavi-p7o
@KaviKavi-p7o 4 күн бұрын
public class garden { int apple_price=20; int apple_count=5; void total_money(){ System.out.println("Total money:"+apple_price*apple_count); } public static void main(String[] args) { garden info=new garden(); info.total_money(); } }
@_RMS_5411
@_RMS_5411 8 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@_RMS_5411
@_RMS_5411 8 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@_RMS_5411
@_RMS_5411 8 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
Java Tutorial - Java Full course for Beginners in Tamil | Error Makes Clever
8:30:49
Functions in Java Telugu
12:49
Python Life
Рет қаралды 24 М.
OOPs - Java Programming | Ep-3 | Classes & Objects | Tamil | code io
14:25
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН