Java Methods | Java Course in Tamil | Logic First Tamil

  Рет қаралды 81,539

Logic First Tamil

Logic First Tamil

Күн бұрын

Java Playlist,
• Learn Java in Tamil
C Interview program playlist,
• C Interview Programs i...
C programming in one video,
• C Programming in Tamil...
C programming playlist
• Introduction to C prog...
C++ Playlist link
• C++ Programming in Tamil
English channel link,
/ @logicfirst31

Пікірлер: 58
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
Reuploading this video as the earlier version was cropped at the beginning. Ignore if watched already.
@vinothaganj4539
@vinothaganj4539 3 жыл бұрын
👍👍👍
@Thiravida_Throgangal
@Thiravida_Throgangal Жыл бұрын
Ennanga ipdi explain pantringa, Vera level. Nan Shock aagiten. Really supernga🎉
@dhivaanbu4508
@dhivaanbu4508 2 жыл бұрын
You have an excellent teaching skills..hats off..
@mohanprasathc1106
@mohanprasathc1106 2 жыл бұрын
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)); } }
@muruganm9233
@muruganm9233 Жыл бұрын
Good
@SaravananSaravanan-pd2oi
@SaravananSaravanan-pd2oi Жыл бұрын
Above 99 are also not 2 digits right, so condition should be if(num>9) && (num
@sastisfya2721
@sastisfya2721 11 ай бұрын
Vera level 🔥 evlove naal unga channel pakama poitaney🥲
@yukeshkumar9039
@yukeshkumar9039 8 ай бұрын
Really Awesome Mam. Good explanation with very basic examples. Thanks.
@YogeshKumar-ly4ml
@YogeshKumar-ly4ml 8 ай бұрын
Unga voice semaya irku akka supera solitharinga i love you❤
@C.Sakthivignesh
@C.Sakthivignesh Жыл бұрын
Thank you so much mam for making this video. This video is very helpful mam.
@DineshKumar-ob6hy
@DineshKumar-ob6hy 3 жыл бұрын
Useful topics for beginners
@Sajitha_Alisheik
@Sajitha_Alisheik 11 ай бұрын
Mam could you please brief question num 2. Print a welcome message in a box mean?
@kvrkvr486
@kvrkvr486 3 жыл бұрын
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..
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
why not boolean?
@mathumathusan154
@mathumathusan154 2 жыл бұрын
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 жыл бұрын
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.
@VICKY-jl9dc
@VICKY-jl9dc 2 жыл бұрын
😍😍 semma yaa....solli tharingaa...ka.👌👌
@Ramkumarb0710
@Ramkumarb0710 3 жыл бұрын
Awesome mam keep on thank you so much 🙏🏼🙏🏼
@EnglishLearning-os4cw
@EnglishLearning-os4cw Жыл бұрын
You wrote the program using recursion??
@NaveenRajzz
@NaveenRajzz 2 жыл бұрын
Mam C la patha Functions than Inga Methods ah paakaroma... Method - Function rendume onnu thana?
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
almost. Functions can be directly called like in c. But methods are invoked with objects.
@NaveenRajzz
@NaveenRajzz 2 жыл бұрын
@@LogicFirstTamil Okay madam👍👍
@tamilkodi61
@tamilkodi61 2 жыл бұрын
I tried ur exercises. How can I share with u mam.
@sountharkrishna8545
@sountharkrishna8545 2 жыл бұрын
What is the use of this keyword mam. Enaku romba confuse agudhu mam 🥺
@siva4736
@siva4736 2 жыл бұрын
Same
@youtubeuser5662
@youtubeuser5662 Жыл бұрын
Public static void main method vs this method are same ??
@sowmiyaj3430
@sowmiyaj3430 2 жыл бұрын
mam excercise answer post pannirukingla
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
no. do on ur own
@Sumathi_360_
@Sumathi_360_ Жыл бұрын
Really Nice explaine
@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 жыл бұрын
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
@nithyalakshmim7411
@nithyalakshmim7411 Жыл бұрын
method la pass panama output screen la value kudukanum apdina epdi kudukrathu
@poomimusic927
@poomimusic927 2 жыл бұрын
Thank you so much 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
@youtubeuser5662
@youtubeuser5662 Жыл бұрын
Then wht is main method vs this method?
@comedycreation6379
@comedycreation6379 3 жыл бұрын
Mam,can you please make a depth video for data structure and algorithms using c ,pls
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
I have already uploaded to a playlist. Pls check.
@tech-learner4555
@tech-learner4555 3 жыл бұрын
Next madam? Madam data structures using java/python
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
I have planned for C
@tech-learner4555
@tech-learner4555 3 жыл бұрын
@@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 ❤
@N_a_v_e_e_n2003
@N_a_v_e_e_n2003 25 күн бұрын
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)); } }
@dhivaagarjb8415
@dhivaagarjb8415 Жыл бұрын
different between method and function
@akash.m7443
@akash.m7443 9 ай бұрын
Both are same
@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
@mathumathusan154
@mathumathusan154 2 жыл бұрын
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
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 26 МЛН
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 20 МЛН
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 9 МЛН
#24 Methods in Java
11:30
Telusko
Рет қаралды 239 М.
Java methods 📞
11:05
Bro Code
Рет қаралды 138 М.
Learn Java in One Video - 15-minute Crash Course
14:54
Coding with John
Рет қаралды 738 М.
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 26 МЛН