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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 75

  • @rishikishore4979
    @rishikishore4979 5 หลายเดือนก่อน +18

    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 21 ชั่วโมงที่ผ่านมา

      9:13 9:13

  • @swethamurugesan2349
    @swethamurugesan2349 5 หลายเดือนก่อน +6

    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 5 หลายเดือนก่อน +3

    Very useful without any complication..pls upload oops concept ..this will helps in my technical round..thanks in advance

  • @sachinlearning-9
    @sachinlearning-9 หลายเดือนก่อน

    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♥

  • @Code_With_Gowtham
    @Code_With_Gowtham 5 หลายเดือนก่อน +4

    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 ();
    }
    }

  • @jessierin3731
    @jessierin3731 5 หลายเดือนก่อน +18

    Mysql video . Why stopped in between sir. Complete panni irukalam la sir

  • @themovietone7234
    @themovietone7234 5 หลายเดือนก่อน +2

    Bro, keep going with this series-it's super helpful!

  • @arimaariharan8907
    @arimaariharan8907 3 หลายเดือนก่อน +1

    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();
    }
    }

  • @nallarasu5085
    @nallarasu5085 3 หลายเดือนก่อน +1

    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();
    }
    }

  • @Kkirubavlogs
    @Kkirubavlogs 5 หลายเดือนก่อน

    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😊❤

  • @Mr.Aravindhan17
    @Mr.Aravindhan17 17 วันที่ผ่านมา

    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();
    }
    }

  • @22Editz-zo2uy
    @22Editz-zo2uy หลายเดือนก่อน

    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();
    }
    }

  • @Siva32_7
    @Siva32_7 หลายเดือนก่อน

    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();
    }
    }

  • @I_dont_know_this.
    @I_dont_know_this. 5 หลายเดือนก่อน +4

    Respect to your dedication 💪🏻 ❤

  • @pirategaming301
    @pirategaming301 2 หลายเดือนก่อน

    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();
    }
    }

  • @Psangamithiraa
    @Psangamithiraa 5 หลายเดือนก่อน +2

    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

  • @jilabikutty0925
    @jilabikutty0925 2 หลายเดือนก่อน

    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();
    }

    }

  • @HariKrishnanS-dr4jb
    @HariKrishnanS-dr4jb 5 หลายเดือนก่อน +5

    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 3 หลายเดือนก่อน

      Thanks bro

  • @_RMS_5411
    @_RMS_5411 5 หลายเดือนก่อน +2

    Bro game development pathi video poodu bro please bro❤❤

  • @Code_With_Gowtham
    @Code_With_Gowtham 5 หลายเดือนก่อน +3

    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 ();
    }
    }

  • @nvsbflims4624
    @nvsbflims4624 5 หลายเดือนก่อน +2

    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();
    }

  • @SRSGAMINGYT-z7c
    @SRSGAMINGYT-z7c 2 หลายเดือนก่อน

    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());
    }
    }

  • @manoji.s2814
    @manoji.s2814 5 หลายเดือนก่อน +1

    Machine learning full tutorial video podungaa bro 😢😢

  • @feliix.j6640
    @feliix.j6640 5 หลายเดือนก่อน

    Bro React js full course podunga bro... please neenga solli kuduthatha puriyuthuu

  • @subashri3707
    @subashri3707 5 หลายเดือนก่อน

    Anna data science ku konjam videos podunga anna

  • @vinothinis307
    @vinothinis307 5 หลายเดือนก่อน

    Bro make java video on regular basis pls

  • @balusamyperumal7986
    @balusamyperumal7986 5 หลายเดือนก่อน

    Bro please put video on How to apply intership in Internshala

  • @cobblerscraft14
    @cobblerscraft14 5 หลายเดือนก่อน

    Bro,Go language explain panni video podunga

  • @LearnwithSSRK
    @LearnwithSSRK 5 หลายเดือนก่อน +1

    Conduct react worsksop bro

  • @ummusalmah4937
    @ummusalmah4937 5 หลายเดือนก่อน

    very clear explanation. thx sir

  • @ACUITDINESHP
    @ACUITDINESHP 2 หลายเดือนก่อน

    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

  • @logaPriya-uz8yq
    @logaPriya-uz8yq 9 วันที่ผ่านมา

    10:22 in this how the variable a,b declared in class can be accessed in sum() method....?

  • @hafis456
    @hafis456 5 หลายเดือนก่อน

    Bro c++ pathi podunga

  • @SundarN-v3u
    @SundarN-v3u 2 หลายเดือนก่อน

    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();
    }
    }

  • @hariprasath1098
    @hariprasath1098 5 หลายเดือนก่อน

    Bro javascript video full ah venu, neraya channel la pathute yedhuvum puriya mattudhu pls

  • @Nin-Uyir
    @Nin-Uyir 5 หลายเดือนก่อน

    Digital image processing podunga Bor

  • @manjulap7190
    @manjulap7190 3 หลายเดือนก่อน

    Square bracket string pakathula podanuma illa args pakathula podanuma

  • @prakashabi1181
    @prakashabi1181 5 หลายเดือนก่อน +1

    bro devops related viedo upload pannu bro

  • @manoji.s2814
    @manoji.s2814 5 หลายเดือนก่อน +1

    MySQL join , sub sqand trigger continue pannungaa😢....

  • @accidentgamers3488
    @accidentgamers3488 5 หลายเดือนก่อน

    Bro SQL full tutorial upload pls

  • @DreamyWander
    @DreamyWander 5 หลายเดือนก่อน

    bro pls upload video for React Native

  • @ramaprasath3958
    @ramaprasath3958 5 หลายเดือนก่อน

    Bro Power BI video podunga

  • @hariprasath1098
    @hariprasath1098 5 หลายเดือนก่อน

    Bro javascript video podunga pls

  • @nivethas359
    @nivethas359 5 หลายเดือนก่อน

    Pls upload next concepts in java🥲

  • @c-03-aksheya.v71
    @c-03-aksheya.v71 5 หลายเดือนก่อน

    Bro background image linear gradient vaichu solli thanga anna css la please

  • @swethavenkitesh8141
    @swethavenkitesh8141 5 หลายเดือนก่อน

    Hi bro , pls teach vue.js , Thanks

  • @manoji.s2814
    @manoji.s2814 5 หลายเดือนก่อน

    MySQL join , sub sq and trigger continue pannungaa......😢

  • @AbinayaD-pe1vu
    @AbinayaD-pe1vu 5 หลายเดือนก่อน

    Pls teach oops concept anna

  • @englishtub
    @englishtub 5 หลายเดือนก่อน

    bro pls explain the python 10 video last q:8and9 pls

  • @jung___kook1.8
    @jung___kook1.8 2 หลายเดือนก่อน

    Why u using print inside x:

  • @hypergaming6161
    @hypergaming6161 หลายเดือนก่อน

    Bro Ramanathapuram national academy icse vaga bro pls

  • @hellouma3104
    @hellouma3104 5 หลายเดือนก่อน

    Bro suggest best laptop under 40,000.please

  • @blackmonster3271
    @blackmonster3271 5 หลายเดือนก่อน

    Hi sir , data entry course padikke enne language theve

  • @user-monkeymeme
    @user-monkeymeme 5 หลายเดือนก่อน

    Hi bro..my age 28 working different feild..now can I try IT job kedaikuma bro

  • @krizzjr132
    @krizzjr132 3 วันที่ผ่านมา

    Enaku public file create aaga matingidhu bro

  • @sivavishal750
    @sivavishal750 5 หลายเดือนก่อน +1

    Bro data analyst job ku scope iruka

  • @LearnwithSSRK
    @LearnwithSSRK 5 หลายเดือนก่อน

    React bootcamp podu bro

  • @hariprasath1098
    @hariprasath1098 5 หลายเดือนก่อน

    Bro I need javascript video in deep

  • @vetha3yan3286
    @vetha3yan3286 5 หลายเดือนก่อน

    Put video for hacking course

  • @Code_With_Gowtham
    @Code_With_Gowtham 5 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

      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

  • @englishtub
    @englishtub 5 หลายเดือนก่อน

    bro u last 10 minutes confused pls explain bro

  • @AmuthaMurugesan-sx6ii
    @AmuthaMurugesan-sx6ii 5 หลายเดือนก่อน

    K

  • @naveena-mn5db
    @naveena-mn5db 5 หลายเดือนก่อน +1

    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();
    }
    }

  • @jilabikutty0925
    @jilabikutty0925 2 หลายเดือนก่อน

    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();
    }
    }

  • @naveena-mn5db
    @naveena-mn5db 5 หลายเดือนก่อน

    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();
    }
    }

  • @KarthiKeyan-vf8co
    @KarthiKeyan-vf8co หลายเดือนก่อน

    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 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

      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 5 หลายเดือนก่อน +1

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 5 หลายเดือนก่อน +1

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 5 หลายเดือนก่อน

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 5 หลายเดือนก่อน

    Bro game development pathi video poodu bro please bro❤❤