Java Methods | Java Course in Tamil | Logic First Tamil

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

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

  • @LogicFirstTamil
    @LogicFirstTamil  3 ปีที่แล้ว +10

    Reuploading this video as the earlier version was cropped at the beginning. Ignore if watched already.

  • @Thiravida_Throgangal
    @Thiravida_Throgangal ปีที่แล้ว +7

    Ennanga ipdi explain pantringa, Vera level. Nan Shock aagiten. Really supernga🎉

  • @dhivaanbu4508
    @dhivaanbu4508 2 ปีที่แล้ว +8

    You have an excellent teaching skills..hats off..

  • @sastisfya2721
    @sastisfya2721 11 หลายเดือนก่อน +1

    Vera level 🔥 evlove naal unga channel pakama poitaney🥲

  • @mohanprasathc1106
    @mohanprasathc1106 2 ปีที่แล้ว +7

    3rd ANS:
    class Main {
    static boolean bool(int num) {
    if (num > 9) {
    return true;
    } else {
    return false;
    }
    }
    public static void main(String[] args) {
    System.out.print(bool(11));
    }
    }

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

    Really Awesome Mam. Good explanation with very basic examples. Thanks.

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

    Unga voice semaya irku akka supera solitharinga i love you❤

  • @VICKY-jl9dc
    @VICKY-jl9dc 2 ปีที่แล้ว +1

    😍😍 semma yaa....solli tharingaa...ka.👌👌

  • @C.Sakthivignesh
    @C.Sakthivignesh ปีที่แล้ว +2

    Thank you so much mam for making this video. This video is very helpful mam.

  • @DineshKumar-ob6hy
    @DineshKumar-ob6hy 3 ปีที่แล้ว +3

    Useful topics for beginners

  • @Ramkumarb0710
    @Ramkumarb0710 3 ปีที่แล้ว +2

    Awesome mam keep on thank you so much 🙏🏼🙏🏼

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

    solution for 3 rd question :
    import java.util.*;
    class Solution {
    static boolean TwoDigit(int n) {
    if(n >9 || n< -9)
    return true;
    else
    return false;
    }
    }
    public class Main {
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    int n = sc.nextInt();

    System.out.println(Solution.TwoDigit(n));
    }
    }

  • @Sumathi_360_
    @Sumathi_360_ ปีที่แล้ว

    Really Nice explaine

  • @KishoreR-c4s
    @KishoreR-c4s 2 หลายเดือนก่อน

    public class NumberCheck {
    // Method to check if a number is a two-digit number
    public static boolean isTwoDigitNumber(int number) {
    // Check if the number is between 10 and 99 or -99 and -10
    return (number >= 10 && number

  • @kvrkvr486
    @kvrkvr486 3 ปีที่แล้ว +2

    Sister pls sharw the program for the last task in this video.. Find whether the given number is two digit.. Return type boolean. I tried but cannot give return as boolean.. Can give return as only int..

  • @mathumathusan154
    @mathumathusan154 2 ปีที่แล้ว +4

    public class Check {
    public static void main(String[] args) {
    System.out.println(check(10));
    }
    static boolean check(int n){
    n=n/10;
    n=n/10;
    if(n==0){
    return true;
    }
    else {
    return false;
    }
    }
    }
    last question. is it correct madam?

    • @ACUCSPRADEEPB-up9ne
      @ACUCSPRADEEPB-up9ne 2 ปีที่แล้ว +1

      I think that your logic is correct for 2 and more than 2 digits ,but think if we give a single digit number like 5 ,then as per ur logic 1st n=5/10=0.5 and 2nd n=0.5/10=0.05,so then also the method will return true (which is wrong),I think so 🤔🤔

    • @mohanprasathc1106
      @mohanprasathc1106 2 ปีที่แล้ว

      No, It is incorrect.

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

    Mam could you please brief question num 2. Print a welcome message in a box mean?

  • @poomimusic927
    @poomimusic927 2 ปีที่แล้ว +1

    Thank you so much mam!🙏❤

  • @NaveenRajzz
    @NaveenRajzz 2 ปีที่แล้ว +2

    Mam C la patha Functions than Inga Methods ah paakaroma...
    Method - Function rendume onnu thana?

    • @LogicFirstTamil
      @LogicFirstTamil  2 ปีที่แล้ว +2

      almost. Functions can be directly called like in c. But methods are invoked with objects.

    • @NaveenRajzz
      @NaveenRajzz 2 ปีที่แล้ว

      @@LogicFirstTamil Okay madam👍👍

  • @comedycreation6379
    @comedycreation6379 3 ปีที่แล้ว +4

    Mam,can you please make a depth video for data structure and algorithms using c ,pls

    • @LogicFirstTamil
      @LogicFirstTamil  3 ปีที่แล้ว +2

      I have already uploaded to a playlist. Pls check.

  • @tech-learner4555
    @tech-learner4555 3 ปีที่แล้ว +2

    Next madam? Madam data structures using java/python

    • @LogicFirstTamil
      @LogicFirstTamil  3 ปีที่แล้ว +1

      I have planned for C

    • @tech-learner4555
      @tech-learner4555 3 ปีที่แล้ว +1

      @@LogicFirstTamil 😏 but currently our clg has java and py only😭and we have ds theory, please teach the algorithm also madam 🙏🏻

    • @LogicFirstTamil
      @LogicFirstTamil  3 ปีที่แล้ว

      @@tech-learner4555 which college are you

    • @tech-learner4555
      @tech-learner4555 3 ปีที่แล้ว

      @@LogicFirstTamil
      slcs - Subbalakshmi Lakshmipathy college of science in Madurai madam, madam I am bsc cs second yr, now 1st Internal going on, Madam by the way, I am late to start. now I am second yr and still can't write own logics, madam my peer are faster than me, madam give me tips, last sem will go with final project, so I have one yr, madam some tips please, can I be able to upgrade with my peer? 😭

    • @LogicFirstTamil
      @LogicFirstTamil  3 ปีที่แล้ว

      @@tech-learner4555 Dont compare yourself with others. Just focus on where you are lagging. You have so much of free resources on youtube. Practice coding daily - do it by yourself. Start simple and slowly scale up the difficulty.

  • @kharithahari260
    @kharithahari260 ปีที่แล้ว

    Thank you mam ❤

  • @sowmiyaj3430
    @sowmiyaj3430 2 ปีที่แล้ว +2

    mam excercise answer post pannirukingla

  • @EnglishLearning-os4cw
    @EnglishLearning-os4cw ปีที่แล้ว

    You wrote the program using recursion??

  • @tamilkodi61
    @tamilkodi61 2 ปีที่แล้ว +1

    I tried ur exercises. How can I share with u mam.

  • @jasminejoseph4591
    @jasminejoseph4591 ปีที่แล้ว

    Mam..here you passed single integer value as argument. How shall we pass the array as argument?

    • @LogicFirstTamil
      @LogicFirstTamil  ปีที่แล้ว

      just give array name. i think i have exained in subsequent videos

    • @jasminejoseph4591
      @jasminejoseph4591 ปีที่แล้ว

      Thanks mam.i"ll check

    • @jasminejoseph4591
      @jasminejoseph4591 ปีที่แล้ว

      Thanks mam. I've learned this concept from your varargs concept video

  • @sountharkrishna8545
    @sountharkrishna8545 2 ปีที่แล้ว +1

    What is the use of this keyword mam. Enaku romba confuse agudhu mam 🥺

    • @siva4736
      @siva4736 2 ปีที่แล้ว +1

      Same

  • @youtubeuser5662
    @youtubeuser5662 ปีที่แล้ว

    Public static void main method vs this method are same ??

  • @nithyalakshmim7411
    @nithyalakshmim7411 2 ปีที่แล้ว

    method la pass panama output screen la value kudukanum apdina epdi kudukrathu

  • @vikramk1712
    @vikramk1712 3 ปีที่แล้ว

    Hai ka oru doubt. Namma C or C++ la code pandrapa Main function ku mela oru function write pandrapa function declaration kuduka matom just function definition eluthuvom but Main function keela oru function write pandrapa already antha function mela declare panniruntha than code run agum. But Execution vanthu Main function la irunthu than start agum, then athu epdi recognize pannuthu mela eluthiruka function aa mattum but keela eluthiruntha athuku therila why?

    • @LogicFirstTamil
      @LogicFirstTamil  3 ปีที่แล้ว +2

      address of main fn will go to the processor and it will start execution from there. all function calls will be linked by the compiler itself. This declaration is fpr compiler only. certain compilers will be smart enuf to work without prototype

  • @youtubeuser5662
    @youtubeuser5662 ปีที่แล้ว

    Then wht is main method vs this method?

  • @dhivaagarjb8415
    @dhivaagarjb8415 2 ปีที่แล้ว +1

    different between method and function

    • @akash.m7443
      @akash.m7443 10 หลายเดือนก่อน +1

      Both are same

  • @mathumathusan154
    @mathumathusan154 2 ปีที่แล้ว +1

    awesome

  • @idealprogrammer4831
    @idealprogrammer4831 ปีที่แล้ว

    🅲🆁🆈🆂🆃🅰🅻 🅲🅻🅴🅰🆁 🅼🅰🅳🅰🅼

  • @KishoreR-c4s
    @KishoreR-c4s 2 หลายเดือนก่อน

    public class NumberCheck {
    // Method to check if a number is a two-digit number
    public static boolean isTwoDigitNumber(int number) {
    // Check if the number is between 10 and 99 or -99 and -10
    return (number >= 10 && number