Пікірлер
@nandinimotipalli-vp5yp
@nandinimotipalli-vp5yp 4 сағат бұрын
sir to create object we need to create class but why for Integer why can not create class
@HarishKumarNamballa
@HarishKumarNamballa 6 сағат бұрын
sir, nenu chala struggels ni face chesanu endhukante asalu telugu lo aa course kuda evaru cheppatledu okavela cheppina clarity gaa ledu but,u r saying well sir compared to other telugu channels
@nizamkarivarsha1020
@nizamkarivarsha1020 7 сағат бұрын
sir,if u have time dsa with java kuda cheppataniki try cheyandii
@MonikapranathiReddy
@MonikapranathiReddy 10 сағат бұрын
tq so much sir😊chala paciency tho videos chestu maku ento useful content estunnaru🤗 And ur the best teacher sir 😊
@MuraliMohanReddyChinnamallu
@MuraliMohanReddyChinnamallu 11 сағат бұрын
Can we get the text from the input box present in prompt box
@mamatha-themoongirl606...5
@mamatha-themoongirl606...5 12 сағат бұрын
Excellent ga chepthunnaru brother patience tho👌😻
@mdteja4468
@mdteja4468 15 сағат бұрын
Feeling so happy to find this HYR Tutorials...
@KJLAKSHMIPRASAD2022-CSE
@KJLAKSHMIPRASAD2022-CSE 15 сағат бұрын
cheyamu endukante nenu inka anta deep ga nerchukoledu subject
@MelodyMovement-wq6by
@MelodyMovement-wq6by 19 сағат бұрын
chala youtube videos and chala website lo kuda chusaaa kani meelaga evaru cheppaledu
@JagadeeshNaidu-y9i
@JagadeeshNaidu-y9i 23 сағат бұрын
Understood Very Clearly I like the way you teach
@JagadeeshNaidu-y9i
@JagadeeshNaidu-y9i 23 сағат бұрын
Very satisfactory
@Dheeraj-ji9kl
@Dheeraj-ji9kl Күн бұрын
package String; import java.util.Scanner; public class Assignment_7_6 { public static void main(String[] args) { Scanner sc =new Scanner (System.in); System.out.println("enter string words"); String line=sc.nextLine(); String []d=line.split(" "); String output=" "; for(int i=0;i<d.length;i++) { String b=d[i]; String reverceContiner=" "; for(int k=b.length()-1;k>=0;k--) { reverceContiner +=b.charAt(k); } output+=reverceContiner+" "; } System.out.println(output.trim()); } } this code is enough for your mentioned output. is it ok na sir
@karthiklocalboy
@karthiklocalboy Күн бұрын
Any plannings for spring videos ?
@hiharinath
@hiharinath Күн бұрын
🙂 Bro i have one doubt that is you have soo much knowledge about java.where you do the Software job bro ? Your a employee or teaching faculty bro ??
@lakshmiv3970
@lakshmiv3970 Күн бұрын
Mi explanation superb sir.. chala clear ga undi nd API testing pi videos cheyandi plz sir
@soujanyasss5380
@soujanyasss5380 Күн бұрын
Tell everyone to subscribe anna
@KiranKumar-oi4hl
@KiranKumar-oi4hl Күн бұрын
sir videos konchum fast ga chaiyandi mari late ga chesthunaru plss
@gana-xw1vo
@gana-xw1vo Күн бұрын
timeline 6:13 lo sir arrays use cheyalante object create cheyalani cheparu kada sir? *without object * int[] marks = {10, 20, 30, 40}; System.out.println(marks[0]); System.out.println(marks[1]); System.out.println(marks[2]); System.out.println(marks[3]); *with object * int[] marks = new int[4]; marks[0] = 10; marks[1] = 20; marks[2] = 30; marks[3] = 40; System.out.println(marks[0]); System.out.println(marks[1]); System.out.println(marks[2]); System.out.println(marks[3]); without object and with object dwara kuda manam use chestama kada sir , indulo Adi preferrable sir ?
@mogilicherlaabhishek8484
@mogilicherlaabhishek8484 Күн бұрын
IN PRIORITYQUEUE THE INSERTION ORDER IS NOT MAINTAINED , BUT IN THE TABLE IT IS YES ?
@Navya__14
@Navya__14 Күн бұрын
Thank you sir❤
@Navya__14
@Navya__14 Күн бұрын
Hii sir Handling even position values of an array using for each loop public class Foreach { public static void main(String[] args) { int i=0; int[] value={1,2,9,16,25,36,49,81,100}; for(int a:value) { a=value[i]; System.out.print(a+" "); i=i+2; } } }
@AmukthamalyadaAruru
@AmukthamalyadaAruru Күн бұрын
Super bro super explanation
@Navya__14
@Navya__14 Күн бұрын
Thank you sir Could you plz share yours mail id
@lakshmiv3970
@lakshmiv3970 Күн бұрын
Sir plz do videos on API testing
@mr.mechcoder622
@mr.mechcoder622 Күн бұрын
I need to give n+ like but it is not possible, your dedication❤❤❤🎉 ,all time grate explanation
@YathamDivyasree
@YathamDivyasree Күн бұрын
package com.hyrtutorials; import java.util.Scanner; public class StudentMarks { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Enter student marks :"); int stuMarks = scanner.nextInt(); if(stuMarks < 35) { System.out.println("student is failed"); } else if(stuMarks == 35) { System.out.println("student is passed"); } else if(stuMarks >= 35 && stuMarks <= 70) { System.out.println("student secured third class"); } else if(stuMarks >= 70 && stuMarks <=85) { System.out.println("student secured second class"); } else { System.out.println("student got first class"); } } } Iam done with my assignment and I got output Thank you for the good explanation sir
@soujanyasss5380
@soujanyasss5380 Күн бұрын
Anna meeru cheppinattu starting numdi chestunna. Doubt emtamte java 8 use chestunna, note pad lo program raasaka save chesa, .java ani vochimdi but sourcefile ani raledu, java file ani vochimdii. Adi emduku problem aa
@Varma-m2h
@Varma-m2h Күн бұрын
Multidimensional array video complicated ga undhi andi..
@Lazy_Learner494
@Lazy_Learner494 Күн бұрын
I attended the java class 27/12/2024
@JagadeeshNaidu-y9i
@JagadeeshNaidu-y9i 2 күн бұрын
Classes anni chaala baga chebuthunaaru I appreciate
@hitascreativeworld2012
@hitascreativeworld2012 2 күн бұрын
Hello sir , thank you so much for your tutorials it helped me alot i have a doubt actually what is the difference between the abstraction and encapsulation
@ManasaAligala
@ManasaAligala 2 күн бұрын
since past 10 days i was listening to your classes sir it was very clear and more over your explanation from topic to topic was in depth i think listening to your classes and following is far better paying lakhs of money on institutions for the placements. tq once again for your effort towards the people you are not supposed to learn through those coaching centres due to their financial situation we hope your growth of your channel n will be supporting always from the bottom of our heart once again thankyou so much sirrr....🙏
@bharathkumarvalligatla8491
@bharathkumarvalligatla8491 2 күн бұрын
sir i want notes of collection frame work
@chandini5358
@chandini5358 2 күн бұрын
Very nice explaination ❤❤
@swathireddykompelli6810
@swathireddykompelli6810 2 күн бұрын
Super sir im searching for gold but i found a diamond 💎 your channel is a diamond sir thank you sir 🎉
@mohamadshakeer8734
@mohamadshakeer8734 2 күн бұрын
Sir Eclipse install cheste java installation avasaram leda
@hiharinath
@hiharinath 2 күн бұрын
Sir 🫡 I respectfully thanking you sir 🙏🏻.
@sridharpanduru3825
@sridharpanduru3825 2 күн бұрын
I am facing the error sir
@dharaniyalla
@dharaniyalla 2 күн бұрын
Thank you Anna❤
@12d8madhuriganaparapu3
@12d8madhuriganaparapu3 2 күн бұрын
Incase it is static variable nd non variable how can we create the variable
@farukhshaik
@farukhshaik 2 күн бұрын
full DBMS SQL series cheyandi , Placements interview ki help avuthundi. Great Java series ❤
@Anjanadevi-p4u
@Anjanadevi-p4u 2 күн бұрын
Now starting
@tharakramcharantejyazali
@tharakramcharantejyazali 3 күн бұрын
nenu icse class 10 chaduvutunnanu so, in the syllabus we have java , mee videos naaku chaala help chesini sir great videos deserves great effort by the creator
@gurudance5499
@gurudance5499 3 күн бұрын
Thank you so much for your indepth explanation
@rajeshg5516
@rajeshg5516 3 күн бұрын
F3 KEY IS not working my system.plz help me
@wicky271
@wicky271 3 күн бұрын
I have never seen such teaching before , Hats off brother😍
@naveendusa8845
@naveendusa8845 3 күн бұрын
Thank you ❤Bro very clear indapth explanation in the exception Handling .....👏
@hiharinath
@hiharinath 3 күн бұрын
Thanks Guruji 🙂
@LG_boys.
@LG_boys. 3 күн бұрын
super detail ga chepthunnav bro...thank you bro...