No video

Java Methods | Java Course in Tamil | Logic First Tamil

  Рет қаралды 78,226

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

Пікірлер: 57
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
Reuploading this video as the earlier version was cropped at the beginning. Ignore if watched already.
@vinothaganj4539
@vinothaganj4539 3 жыл бұрын
👍👍👍
@mohanprasathc1106
@mohanprasathc1106 Жыл бұрын
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
@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..
@sastisfya2721
@sastisfya2721 9 ай бұрын
Vera level 🔥 evlove naal unga channel pakama poitaney🥲
@yukeshkumar9039
@yukeshkumar9039 6 ай бұрын
Really Awesome Mam. Good explanation with very basic examples. Thanks.
@C.Sakthivignesh
@C.Sakthivignesh Жыл бұрын
Thank you so much mam for making this video. This video is very helpful mam.
@VICKY-jl9dc
@VICKY-jl9dc Жыл бұрын
😍😍 semma yaa....solli tharingaa...ka.👌👌
@DineshKumar-ob6hy
@DineshKumar-ob6hy 2 жыл бұрын
Useful topics for beginners
@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 Жыл бұрын
No, It is incorrect.
@Ramkumarb0710
@Ramkumarb0710 3 жыл бұрын
Awesome mam keep on thank you so much 🙏🏼🙏🏼
@YogeshKumar-ly4ml
@YogeshKumar-ly4ml 7 ай бұрын
Unga voice semaya irku akka supera solitharinga i love you❤
@KishoreR-c4s
@KishoreR-c4s 18 күн бұрын
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 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..
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
why not boolean?
@poomimusic927
@poomimusic927 2 жыл бұрын
Thank you so much mam!🙏❤
@Sumathi_360_
@Sumathi_360_ Жыл бұрын
Really Nice explaine
@Sajitha_Alisheik
@Sajitha_Alisheik 9 ай бұрын
Mam could you please brief question num 2. Print a welcome message in a box mean?
@comedycreation6379
@comedycreation6379 2 жыл бұрын
Mam,can you please make a depth video for data structure and algorithms using c ,pls
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
I have already uploaded to a playlist. Pls check.
@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👍👍
@sowmiyaj3430
@sowmiyaj3430 2 жыл бұрын
mam excercise answer post pannirukingla
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
no. do on ur own
@nithyalakshmim7411
@nithyalakshmim7411 Жыл бұрын
method la pass panama output screen la value kudukanum apdina epdi kudukrathu
@youtubeuser5662
@youtubeuser5662 Жыл бұрын
Public static void main method vs this method are same ??
@EnglishLearning-os4cw
@EnglishLearning-os4cw 11 ай бұрын
You wrote the program using recursion??
@kharithahari260
@kharithahari260 11 ай бұрын
Thank you mam ❤
@tamilkodi61
@tamilkodi61 Жыл бұрын
I tried ur exercises. How can I share with u mam.
@dhivaagarjb8415
@dhivaagarjb8415 Жыл бұрын
different between method and function
@akash.m7443
@akash.m7443 8 ай бұрын
Both are same
@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
@sountharkrishna8545
@sountharkrishna8545 2 жыл бұрын
What is the use of this keyword mam. Enaku romba confuse agudhu mam 🥺
@siva4736
@siva4736 2 жыл бұрын
Same
@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?
@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.
@mathumathusan154
@mathumathusan154 2 жыл бұрын
awesome
@idealprogrammer4831
@idealprogrammer4831 Жыл бұрын
🅲🆁🆈🆂🆃🅰🅻 🅲🅻🅴🅰🆁 🅼🅰🅳🅰🅼
@KishoreR-c4s
@KishoreR-c4s 18 күн бұрын
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
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,3 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 85 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 20 МЛН
English or Spanish 🤣
00:16
GL Show
Рет қаралды 7 МЛН
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 47 МЛН
Java methods 📞
11:05
Bro Code
Рет қаралды 129 М.
Java Classes and Objects | Java Course in Tamil | Logic First Tamil
15:03
Logic First Tamil
Рет қаралды 127 М.
Functions / Methods in Java
1:30:31
Kunal Kushwaha
Рет қаралды 854 М.
Java Arrays | Java Course in Tamil | Logic First Tamil
12:06
Logic First Tamil
Рет қаралды 108 М.
Java Methods | Example | Java Tamil Tutorial for Beginners
27:57
MaanavaN Learn Code
Рет қаралды 16 М.
Learn Java in One Video - 15-minute Crash Course
14:54
Coding with John
Рет қаралды 694 М.
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 85 МЛН