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

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 77

  • @rishikishore4979
    @rishikishore4979 6 месяцев назад +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();
    }


    }

  • @swethamurugesan2349
    @swethamurugesan2349 6 месяцев назад +7

    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

  • @lazarus6779
    @lazarus6779 5 дней назад

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

  • @AmuthaMurugesan-sx6ii
    @AmuthaMurugesan-sx6ii 6 месяцев назад +3

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

  • @jessierin3731
    @jessierin3731 7 месяцев назад +18

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

  • @sachinlearning-9
    @sachinlearning-9 2 месяца назад

    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♥

  • @nallarasu5085
    @nallarasu5085 4 месяца назад +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();
    }
    }

  • @I_dont_know_this.
    @I_dont_know_this. 7 месяцев назад +4

    Respect to your dedication 💪🏻 ❤

  • @naveena-mn5db
    @naveena-mn5db 6 месяцев назад +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();
    }
    }

  • @themovietone7234
    @themovietone7234 7 месяцев назад +2

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

  • @Kkirubavlogs
    @Kkirubavlogs 6 месяцев назад

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

  • @Siva32_7
    @Siva32_7 3 месяца назад

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

  • @Mr.Aravindhan17
    @Mr.Aravindhan17 Месяц назад

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

  • @naveena-mn5db
    @naveena-mn5db 6 месяцев назад

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

  • @nvsbflims4624
    @nvsbflims4624 6 месяцев назад +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();
    }

  • @22Editz-zo2uy
    @22Editz-zo2uy 2 месяца назад

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

  • @jilabikutty0925
    @jilabikutty0925 3 месяца назад

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

    }

  • @pirategaming301
    @pirategaming301 3 месяца назад

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

  • @feliix.j6640
    @feliix.j6640 6 месяцев назад

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

  • @_RMS_5411
    @_RMS_5411 7 месяцев назад +1

    Bro game development pathi video poodu bro please bro❤❤

  • @HariKrishnanS-dr4jb
    @HariKrishnanS-dr4jb 7 месяцев назад +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 4 месяца назад

      Thanks bro

  • @cobblerscraft14
    @cobblerscraft14 7 месяцев назад

    Bro,Go language explain panni video podunga

  • @subashri3707
    @subashri3707 6 месяцев назад

    Anna data science ku konjam videos podunga anna

  • @manoji.s2814
    @manoji.s2814 6 месяцев назад +1

    Machine learning full tutorial video podungaa bro 😢😢

  • @SRSGAMINGYT-sp
    @SRSGAMINGYT-sp 3 месяца назад

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

  • @Code_With_Gowtham
    @Code_With_Gowtham 6 месяцев назад +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 ();
    }
    }

  • @Psangamithiraa
    @Psangamithiraa 7 месяцев назад +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

  • @manoji.s2814
    @manoji.s2814 6 месяцев назад +1

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

  • @ummusalmah4937
    @ummusalmah4937 7 месяцев назад

    very clear explanation. thx sir

  • @prakashabi1181
    @prakashabi1181 7 месяцев назад +1

    bro devops related viedo upload pannu bro

  • @hariprasath1098
    @hariprasath1098 7 месяцев назад

    Bro javascript video podunga pls

  • @hafis456
    @hafis456 6 месяцев назад

    Bro c++ pathi podunga

  • @hariprasath1098
    @hariprasath1098 7 месяцев назад

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

  • @vinothinis307
    @vinothinis307 6 месяцев назад

    Bro make java video on regular basis pls

  • @sivavishal750
    @sivavishal750 6 месяцев назад +1

    Bro data analyst job ku scope iruka

  • @balusamyperumal7986
    @balusamyperumal7986 6 месяцев назад

    Bro please put video on How to apply intership in Internshala

  • @manjulap7190
    @manjulap7190 4 месяца назад

    Square bracket string pakathula podanuma illa args pakathula podanuma

  • @LearnwithSSRK
    @LearnwithSSRK 7 месяцев назад +1

    Conduct react worsksop bro

  • @Nin-Uyir
    @Nin-Uyir 6 месяцев назад

    Digital image processing podunga Bor

  • @blackmonster3271
    @blackmonster3271 7 месяцев назад

    Hi sir , data entry course padikke enne language theve

  • @DreamyWander
    @DreamyWander 7 месяцев назад

    bro pls upload video for React Native

  • @swethavenkitesh8141
    @swethavenkitesh8141 6 месяцев назад

    Hi bro , pls teach vue.js , Thanks

  • @SundarN-v3u
    @SundarN-v3u 3 месяца назад

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

  • @logaPriya-uz8yq
    @logaPriya-uz8yq Месяц назад

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

  • @ramaprasath3958
    @ramaprasath3958 6 месяцев назад

    Bro Power BI video podunga

  • @ACUITDINESHP
    @ACUITDINESHP 3 месяца назад

    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

  • @hypergaming6161
    @hypergaming6161 2 месяца назад

    Bro Ramanathapuram national academy icse vaga bro pls

  • @hellouma3104
    @hellouma3104 6 месяцев назад

    Bro suggest best laptop under 40,000.please

  • @accidentgamers3488
    @accidentgamers3488 7 месяцев назад

    Bro SQL full tutorial upload pls

  • @manoji.s2814
    @manoji.s2814 6 месяцев назад

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

  • @englishtub
    @englishtub 6 месяцев назад

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

  • @c-03-aksheya.v71
    @c-03-aksheya.v71 7 месяцев назад

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

  • @AbinayaD-pe1vu
    @AbinayaD-pe1vu 6 месяцев назад

    Pls teach oops concept anna

  • @Code_With_Gowtham
    @Code_With_Gowtham 6 месяцев назад

    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 3 месяца назад

      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

  • @user-monkeymeme
    @user-monkeymeme 7 месяцев назад

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

  • @nivethas359
    @nivethas359 6 месяцев назад

    Pls upload next concepts in java🥲

  • @krizzjr132
    @krizzjr132 Месяц назад

    Enaku public file create aaga matingidhu bro

  • @LearnwithSSRK
    @LearnwithSSRK 7 месяцев назад

    React bootcamp podu bro

  • @hariprasath1098
    @hariprasath1098 7 месяцев назад

    Bro I need javascript video in deep

  • @jung___kook1.8
    @jung___kook1.8 3 месяца назад

    Why u using print inside x:

  • @vetha3yan3286
    @vetha3yan3286 7 месяцев назад

    Put video for hacking course

  • @englishtub
    @englishtub 6 месяцев назад

    bro u last 10 minutes confused pls explain bro

  • @AmuthaMurugesan-sx6ii
    @AmuthaMurugesan-sx6ii 6 месяцев назад

    K

  • @Code_With_Gowtham
    @Code_With_Gowtham 6 месяцев назад +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 ();
    }
    }

  • @arimaariharan8907
    @arimaariharan8907 4 месяца назад +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();
    }
    }

  • @jilabikutty0925
    @jilabikutty0925 3 месяца назад

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

  • @lazarus6779
    @lazarus6779 5 дней назад

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

  • @KarthiKeyan-vf8co
    @KarthiKeyan-vf8co 2 месяца назад

    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 3 месяца назад

    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 3 месяца назад

      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 7 месяцев назад

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 7 месяцев назад

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 7 месяцев назад +2

    Bro game development pathi video poodu bro please bro❤❤

  • @_RMS_5411
    @_RMS_5411 7 месяцев назад +1

    Bro game development pathi video poodu bro please bro❤❤